Skip to content

Commit

Permalink
Philips Hue - Remove unnessesary warning (#20394)
Browse files Browse the repository at this point in the history
for white hue bulbs and bulbs from other brands like Ikea and Innr, this warning will be issued while this is not really a problem.
So just remove the warning.
  • Loading branch information
starkillerOG authored and amelchio committed Jan 24, 2019
1 parent 68bd5f5 commit c508ba1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions homeassistant/components/hue/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,6 @@ def __init__(self, light, request_bridge_update, bridge, is_group=False):
self.is_philips = light.manufacturername == 'Philips'
self.gamut_typ = self.light.colorgamuttype
self.gamut = self.light.colorgamut
if not self.gamut:
err_msg = 'Can not get color gamut of light "%s"'
_LOGGER.warning(err_msg, self.name)

@property
def unique_id(self):
Expand Down

0 comments on commit c508ba1

Please sign in to comment.