Skip to content

Commit

Permalink
chore(main): release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobloem committed Dec 29, 2024
1 parent efd0423 commit f322132
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.0"
".": "1.6.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion custom_components/stateful_scenes/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"requirements": [
"aiofiles"
],
"version": "1.6.0"
"version": "1.6.1"
}

0 comments on commit f322132

Please sign in to comment.