hugobloem / stateful_scenes

Stateful Scenes in Home Assistant (Home Kit scene compatible)
MIT License
52 stars 6 forks source link

fix: display switch as a toggle rather than flashes #115

Closed hugobloem closed 1 month ago

hugobloem commented 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.