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
starkillerOG 2019-01-24 23:46:55 +01:00 committed by Paulus Schoutsen
parent 761385dea1
commit ebcae2503c
1 changed files with 0 additions and 3 deletions

View File

@ -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):