mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Reduce hue gamut warning to debug (#49624)
This commit is contained in:
parent
e2837f08e8
commit
3e3cd0981d
@ -299,7 +299,7 @@ class HueLight(CoordinatorEntity, LightEntity):
|
|||||||
_LOGGER.warning(err, self.name)
|
_LOGGER.warning(err, self.name)
|
||||||
if self.gamut and not color.check_valid_gamut(self.gamut):
|
if self.gamut and not color.check_valid_gamut(self.gamut):
|
||||||
err = "Color gamut of %s: %s, not valid, setting gamut to None."
|
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_typ = GAMUT_TYPE_UNAVAILABLE
|
||||||
self.gamut = None
|
self.gamut = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user