Philips Hue - Remove unnessesary warning (#20394)
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.pull/20402/head
parent
761385dea1
commit
ebcae2503c
|
@ -228,9 +228,6 @@ class HueLight(Light):
|
|||
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):
|
||||
|
|
Loading…
Reference in New Issue