hugobloem / stateful_scenes

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

fix(scene): do not restore if already off #127

Closed hugobloem closed 1 week ago

hugobloem commented 1 week ago

This pull request fixes an issue where the scene restoration was triggered even when the scene was already turned off. The commit "fix(scene): do not restore if already off" ensures that the restoration is skipped if the scene is already off.

hugobloem commented 1 week ago

Thank you for pointing this out. Fixed now.