Reduce hue gamut warning to debug (#49624)
parent
e2837f08e8
commit
3e3cd0981d
|
@ -299,7 +299,7 @@ class HueLight(CoordinatorEntity, LightEntity):
|
|||
_LOGGER.warning(err, self.name)
|
||||
if self.gamut and not color.check_valid_gamut(self.gamut):
|
||||
err = "Color gamut of %s: %s, not valid, setting gamut to None."
|
||||
_LOGGER.warning(err, self.name, str(self.gamut))
|
||||
_LOGGER.debug(err, self.name, str(self.gamut))
|
||||
self.gamut_typ = GAMUT_TYPE_UNAVAILABLE
|
||||
self.gamut = None
|
||||
|
||||
|
|
Loading…
Reference in New Issue