Philips Hue, include debug message for color gamut (#20455)

This commit is contained in:
starkillerOG 2019-01-26 21:50:34 +01:00 committed by Rohan Kapoor
parent 60dc337f3f
commit b9bf6963fd

View file

@ -228,6 +228,7 @@ class HueLight(Light):
self.is_philips = light.manufacturername == 'Philips'
self.gamut_typ = self.light.colorgamuttype
self.gamut = self.light.colorgamut
_LOGGER.debug("Color gamut of %s: %s", self.name, str(self.gamut))
@property
def unique_id(self):