Skip to content
Snippets Groups Projects
Commit b9bf6963 authored by starkillerOG's avatar starkillerOG Committed by Rohan Kapoor
Browse files

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

parent 60dc337f
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment