mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Philips Hue, include debug message for color gamut (#20455)
This commit is contained in:
committed by
Paulus Schoutsen
parent
259915eee9
commit
672a896124
@@ -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):
|
||||
|
Reference in New Issue
Block a user