Skip to content

Latest commit

 

History

History
300 lines (137 loc) · 17.8 KB

File metadata and controls

300 lines (137 loc) · 17.8 KB

Changelog

1.8.0 (2026-05-04)

🚀 Features

  • add entry removal cleanup and reconfigure flow (#252) (13ad68b)

🐛 Bugfixes

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

📝 Documentation

  • add reconfigure option documentation to README (#256) (bf55dd4)

1.7.9 (2026-05-01)

🐛 Bugfixes

  • state_attr cannot be imported in 2025.6 (#247) (d745621)

🔨 Code Refactoring

  • format code for improved readability and consistency (#248) (82522d4)

🧪 Tests

  • Add tests and CI workflows for Stateful Scenes (#245) (0cece2f)

🔧 Miscellaneous Chores

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

🐛 Bugfixes

  • Handle None values from empty YAML fields to prevent AttributeError (fixes #212) (#231) (cb26807)

🔧 Miscellaneous Chores

  • deps: update pip requirement from <25.4,>=24.1.1 to >=24.1.1,<26.1 (#234) (6b1ed00)

1.7.7 (2025-12-01)

🐛 Bugfixes

  • Add Home Assistant version to hacs.json (#228) (53ac523)

1.7.6 (2025-11-30)

🔧 Miscellaneous Chores

  • resolve_area_id not available before 2025.12.0 (#225) (fa04147)

1.7.5 (2025-11-30)

🐛 Bugfixes

🔧 Miscellaneous Chores

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

🐛 Bugfixes

🔧 Miscellaneous Chores

  • deps: bump astral-sh/setup-uv from 6 to 7 (#218) (4a45195)

1.7.3 (2025-08-19)

🐛 Bugfixes

🔧 Miscellaneous Chores

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

🐛 Bugfixes

  • cleanup orphaned entities and devices when scenes are removed (#208) (01e235d)

📝 Documentation

  • add ignore attributes and ignore unavailable descriptions (#207) (52de508)

1.7.1 (2025-07-03)

🐛 Bugfixes

  • debounce not applied to storage of previous states (61e3868)

1.7.0 (2025-05-02)

🚀 Features

🐛 Bugfixes

  • convert synchronous methods to asynchronous in StatefulSceneOffSelect (#200) (a3784df)
  • remove unnecessary await from async_all call (#201) (761f372)

🔨 Code Refactoring

  • simplify state initialization using dict.fromkeys (#199) (84c3f3c)

🔧 Miscellaneous Chores

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

🐛 Bugfixes

  • debounce getter now returns correct value (#181) (f7a2aeb)

🔧 Miscellaneous Chores

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

🐛 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