Skip to content

Commit 67c4158

Browse files
committed
chore(release): 9.6.1
1 parent 512947b commit 67c4158

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="9.6.1"></a>
6+
## [9.6.1](https://github.com/danobot/entity-controller/compare/v9.6.0...v9.6.1) (2023-06-20)
7+
8+
9+
### Bug Fixes
10+
11+
* context id length. Resolves [#297](https://github.com/danobot/entity-controller/issues/297) ([a9f3257](https://github.com/danobot/entity-controller/commit/a9f3257))
12+
13+
14+
515
<a name="9.6.0"></a>
616
# [9.6.0](https://github.com/danobot/entity-controller/compare/v9.5.2...v9.6.0) (2022-11-08)
717

custom_components/entity_controller/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919
Entity controller component for Home Assistant.
2020
Maintainer: Daniel Mason
21-
Version: v9.6.0
21+
Version: v9.6.1
2222
Project Page: https://danielbkr.net/projects/entity-controller/
2323
Documentation: https://github.com/danobot/entity-controller
2424
"""
@@ -106,7 +106,7 @@
106106

107107

108108

109-
VERSION = '9.6.0'
109+
VERSION = '9.6.1'
110110

111111

112112
_LOGGER = logging.getLogger(__name__)

custom_components/entity_controller/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"@danobot"
1515
],
1616
"homeassistant": "2022.7.4",
17-
"version": "9.6.0"
17+
"version": "9.6.1"
1818
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "entity-controller",
3-
"version": "9.6.0",
3+
"version": "9.6.1",
44
"description": "Entity Controller (EC) is an implementation of 'When This, Then That' using a finite state machine that ensures basic automations do not interfere with the rest of your home automation setup. This component encapsulates common automation scenarios into a neat package that can be configured easily and reused throughout your home.",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)