Skip to content

Releases: hugobloem/stateful_scenes

v1.6.3

02 Jan 00:41
048256a
Compare
Choose a tag to compare

1.6.3 (2025-01-02)

🐛 Bugfixes

  • Modify the integration to fully use HA async paradigm. (#175) (31d3dbc)

v1.6.2

31 Dec 00:38
6232651
Compare
Choose a tag to compare

1.6.2 (2024-12-31)

🐛 Bugfixes

  • Fixed off scene select restoration reading unavailable data (#171) (a4a3e33)

v1.6.1

29 Dec 10:27
bd1c528
Compare
Choose a tag to compare

1.6.1 (2024-12-29)

🐛 Bugfixes

  • 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)

v1.6.0

24 Dec 17:17
15318e2
Compare
Choose a tag to compare

1.6.0 (2024-12-24)

🚀 Features

  • Add an option to activate another scene when the Stateful Scene is turned off (dd4ac5c)

🔨 Code Refactoring

  • allowing the 'off' select to query Hub for some internal scene data (#159) (7c984b2)
  • simplify entity attribute retrieval using state_attr (#162) (aa0eba1)

🔧 Miscellaneous Chores

  • deps: bump astral-sh/setup-uv from 4 to 5 (#160) (ba0a613)

v1.5.2

15 Dec 10:19
4a3fb0d
Compare
Choose a tag to compare

1.5.2 (2024-12-15)

🐛 Bugfixes

v1.5.1

09 Dec 17:07
54847fe
Compare
Choose a tag to compare

1.5.1 (2024-12-09)

This release fixes a bug that prevented new installations to be set up.

🐛 Bugfixes

v1.5.0

04 Dec 18:08
90e5d3e
Compare
Choose a tag to compare

1.5.0 (2024-12-04)

🚀 Features

🐛 Bugfixes

  • 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)

🔨 Code Refactoring

🔧 Miscellaneous Chores

  • deps: bump astral-sh/setup-uv from 3 to 4 (#138) (8d152ad)

v1.4.0

15 Nov 19:42
7bd2cf3
Compare
Choose a tag to compare

🤖 I have created a release beep boop

This release adds the option to ignore unavailable entities when determining whether a scene is on or not.

1.4.0 (2024-11-15)

🚀 Features

  • add option to ignore unavailable entities (#136) (dff74e5)

🐛 Bugfixes

🔧 Miscellaneous Chores

  • dev: add recommended extensions for Python development (#135) (18c682d)
  • dev: update Python image version and install dependencies (#134) (06c72ae)

👷 Continuous Integration


This PR was generated with Release Please. See documentation.

v1.3.2

03 Nov 09:24
7d0e14c
Compare
Choose a tag to compare

1.3.2 (2024-11-03)

🐛 Bugfixes

  • scene: do not restore if already off (#127) (4166e78)

🔧 Miscellaneous Chores

👷 Continuous Integration

v1.3.1

19 Oct 06:57
f14ed3b
Compare
Choose a tag to compare

1.3.1 (2024-10-18)

🐛 Bugfixes

  • areas incorrectly resolved (76ff77b)
  • areas incorrectly resolved (#119) (85323e1)
  • ci: Rename release-please-manifest.json to .release-please-manifest.json (#121) (64a97e2)

👷 Continuous Integration