Skip to content
Snippets Groups Projects
Unverified Commit 98256746 authored by Shay Levy's avatar Shay Levy Committed by GitHub
Browse files

Fix shelly duo scene restore (#67871)

parent 7323ad27
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@ class BlockShellyLight(ShellyBlockEntity, LightEntity):
ATTR_RGBW_COLOR
]
if ATTR_EFFECT in kwargs:
if ATTR_EFFECT in kwargs and ATTR_COLOR_TEMP not in kwargs:
# Color effect change - used only in color mode, switch device mode to color
set_mode = "color"
if self.wrapper.model == "SHBLB-1":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment