From f3221325f3e7f7d85fe6c554cb17efe9f29e3c53 Mon Sep 17 00:00:00 2001 From: Hugo <42470993+hugobloem@users.noreply.github.com> Date: Sun, 29 Dec 2024 11:24:57 +0100 Subject: [PATCH] chore(main): release 1.6.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ custom_components/stateful_scenes/manifest.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d1bebe..093be7e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 00fe2f7..2946c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.6.1](https://github.com/hugobloem/stateful_scenes/compare/v1.6.0...v1.6.1) (2024-12-29) + + +### 🐛 Bugfixes + +* address race condition and consider transition time when using debounce ([#167](https://github.com/hugobloem/stateful_scenes/issues/167)) ([efd0423](https://github.com/hugobloem/stateful_scenes/commit/efd0423d00ce21b1a0fa8db5f0b68222f68e6c51)) +* If the scene 'on' state includes entities that are off don't check additional attributes ([#168](https://github.com/hugobloem/stateful_scenes/issues/168)) ([1c50f98](https://github.com/hugobloem/stateful_scenes/commit/1c50f98a71a83b6163f3ec180237bcff5c590e52)) +* restore off scene during HA restart ([#165](https://github.com/hugobloem/stateful_scenes/issues/165)) ([3aa5776](https://github.com/hugobloem/stateful_scenes/commit/3aa5776b4c0f530d618f3072f329c47b397475e4)) + ## [1.6.0](https://github.com/hugobloem/stateful_scenes/compare/v1.5.2...v1.6.0) (2024-12-24) diff --git a/custom_components/stateful_scenes/manifest.json b/custom_components/stateful_scenes/manifest.json index f2b8b42..beb340b 100644 --- a/custom_components/stateful_scenes/manifest.json +++ b/custom_components/stateful_scenes/manifest.json @@ -11,5 +11,5 @@ "requirements": [ "aiofiles" ], - "version": "1.6.0" + "version": "1.6.1" } \ No newline at end of file