Skip to content

Commit

Permalink
fix: display switch as a toggle rather than flashes (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobloem authored Oct 2, 2024
1 parent e6738b3 commit 3e42f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/stateful_scenes/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def async_setup_entry(
class StatefulSceneSwitch(SwitchEntity):
"""Representation of an Awesome Light."""

_attr_assumed_state = True
_attr_assumed_state = False
_attr_has_entity_name = True
_attr_name = "Stateful Scene"
_attr_should_poll = False
Expand Down

0 comments on commit 3e42f95

Please sign in to comment.