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.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):
|
||||
|
|
Loading…
Add table
Reference in a new issue