1.8.0 (2026-05-04)
- debounce time having no effect when transition time is zero (#255) (06c27de)
- Off Scene selector unavailable for scenes with special characters in name (#254) (edcd955)
1.7.9 (2026-05-01)
- deps-dev: update ruff requirement from >=0.3 to >=0.15.12 (#241) (bb65d80)
- deps: bump googleapis/release-please-action from 4 to 5 (#240) (b1b565d)
- update hacs minimum homeassistant version (#249) (b546138)
1.7.8 (2026-02-07)
1.7.7 (2025-12-01)
1.7.6 (2025-11-30)
1.7.5 (2025-11-30)
- deps: bump actions/checkout from 5 to 6 (#222) (6ee180b)
- deps: update pip requirement from <25.3,>=24.1.1 to >=24.1.1,<25.4 (#221) (524ef9c)
1.7.4 (2025-10-21)
1.7.3 (2025-08-19)
- Robust handling of None values in scene configurations (#213) @thorstenhornung1 (e969b8b)
- deps: bump actions/checkout from 4 to 5 (#215) (ff1bb83)
- deps: update pip requirement from <25.2,>=24.1.1 to >=24.1.1,<25.3 (#214) (eb0ac29)
1.7.2 (2025-07-05)
1.7.1 (2025-07-03)
- debounce not applied to storage of previous states (61e3868)
1.7.0 (2025-05-02)
- convert synchronous methods to asynchronous in StatefulSceneOffSelect (#200) (a3784df)
- remove unnecessary await from async_all call (#201) (761f372)
- deps: bump astral-sh/setup-uv from 5 to 6 (#196) (f230eae)
- deps: update pip requirement from <25.1,>=24.1.1 to >=24.1.1,<25.2 (#197) (8974ebd)
1.6.4 (2025-02-25)
- deps: update pip requirement from <24.4,>=24.1.1 to >=24.1.1,<25.1 (#184) (dcad11c)
- Update Python interpreter path and streamline setup script (#187) (09c2d59)
1.6.3 (2025-01-02)
1.6.2 (2024-12-31)
1.6.1 (2024-12-29)
- address race condition and consider transition time when using debounce (#167) (efd0423)
- If the scene 'on' state includes entities that are off don't check additional attributes (#168) (1c50f98)
- restore off scene during HA restart (#165) (3aa5776)
1.6.0 (2024-12-24)
- Add an option to activate another scene when the Stateful Scene is turned off (dd4ac5c)
- allowing the 'off' select to query Hub for some internal scene data (#159) (7c984b2)
- simplify entity attribute retrieval using state_attr (#162) (aa0eba1)
1.5.2 (2024-12-15)
1.5.1 (2024-12-09)
This release fixes a bug that prevented new installations to be set up.
1.5.0 (2024-12-04)
- do not restore attributes when the state to restore is "off" (#145) (3567fd1)
- force store entity state when turning on (#145) (3567fd1)
- move imports source in config_flow.py (e7c8af8)
- non-blocking file reading for scenes configuration (#141) (07e09d5)
1.4.0 (2024-11-15)
- dev: add recommended extensions for Python development (#135) (18c682d)
- dev: update Python image version and install dependencies (#134) (06c72ae)