Skip to content
Snippets Groups Projects
Commit c508ba16 authored by starkillerOG's avatar starkillerOG Committed by Anders Melchiorsen
Browse files

Philips Hue - Remove unnessesary warning (#20394)

for white hue bulbs and bulbs from other brands like Ikea and Innr, this warning will be issued while this is not really a problem.
So just remove the warning.
parent 68bd5f5d
No related branches found
No related tags found
No related merge requests found
......@@ -228,9 +228,6 @@ class HueLight(Light):
self.is_philips = light.manufacturername == 'Philips'
self.gamut_typ = self.light.colorgamuttype
self.gamut = self.light.colorgamut
if not self.gamut:
err_msg = 'Can not get color gamut of light "%s"'
_LOGGER.warning(err_msg, self.name)
@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