mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 12:43:44 +01:00
Add support for white to light groups (#55082)
This commit is contained in:
@@ -66,3 +66,5 @@ class MockLight(MockToggleEntity, LightEntity):
|
||||
"white_value",
|
||||
]:
|
||||
setattr(self, key, value)
|
||||
if key == "white":
|
||||
setattr(self, "brightness", value)
|
||||
|
||||
Reference in New Issue
Block a user