Skip to content

Latest commit

 

History

History
138 lines (65 loc) · 8.35 KB

CHANGELOG.md

File metadata and controls

138 lines (65 loc) · 8.35 KB

Changelog

1.6.3 (2025-01-02)

🐛 Bugfixes

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

1.6.2 (2024-12-31)

🐛 Bugfixes

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

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)

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)

1.5.2 (2024-12-15)

🐛 Bugfixes

1.5.1 (2024-12-09)

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

🐛 Bugfixes

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)

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

1.3.2 (2024-11-03)

🐛 Bugfixes

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

🔧 Miscellaneous Chores

👷 Continuous Integration

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