Philips Hue, include debug message for color gamut (#20455)
This commit is contained in:
parent
60dc337f3f
commit
b9bf6963fd
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ class HueLight(Light):
|
||||||
self.is_philips = light.manufacturername == 'Philips'
|
self.is_philips = light.manufacturername == 'Philips'
|
||||||
self.gamut_typ = self.light.colorgamuttype
|
self.gamut_typ = self.light.colorgamuttype
|
||||||
self.gamut = self.light.colorgamut
|
self.gamut = self.light.colorgamut
|
||||||
|
_LOGGER.debug("Color gamut of %s: %s", self.name, str(self.gamut))
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def unique_id(self):
|
def unique_id(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue