mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update list of integrations known to violate color mode rules (#111647)
This commit is contained in:
parent
e25b097376
commit
6bd7a74fab
@ -1336,5 +1336,5 @@ class LightEntity(ToggleEntity, cached_properties=CACHED_PROPERTIES_WITH_ATTR_):
|
|||||||
"""Return if light color mode issues should be reported."""
|
"""Return if light color mode issues should be reported."""
|
||||||
if not self.platform:
|
if not self.platform:
|
||||||
return True
|
return True
|
||||||
# philips_js and zha have known issues, we don't need users to open issues
|
# philips_js, tuya and zha have known issues, we don't need users to open issues
|
||||||
return self.platform.platform_name not in {"philips_js", "zha"}
|
return self.platform.platform_name not in {"philips_js", "tuya", "zha"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user