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)