mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Assign color_mode for mqtt light as ColorMode (#100709)
This commit is contained in:
@ -3175,9 +3175,9 @@ async def test_reloadable(
|
||||
("state_topic", "ON", None, "on", None),
|
||||
(
|
||||
"color_mode_state_topic",
|
||||
"200",
|
||||
"rgb",
|
||||
"color_mode",
|
||||
"200",
|
||||
"rgb",
|
||||
("state_topic", "ON"),
|
||||
),
|
||||
("color_temp_state_topic", "200", "color_temp", 200, ("state_topic", "ON")),
|
||||
|
Reference in New Issue
Block a user