Closed hugobloem closed 1 month ago
This pull request fixes the issue where the display switch was flashing instead of being displayed as a toggle. The _attr_assumed_state attribute has been changed from True to False in the StatefulSceneSwitch class.
_attr_assumed_state
True
False
StatefulSceneSwitch
This pull request fixes the issue where the display switch was flashing instead of being displayed as a toggle. The
_attr_assumed_state
attribute has been changed fromTrue
toFalse
in theStatefulSceneSwitch
class.