Skip to content

Commit 01624f8

Browse files
committed
chore(release): 9.7.2
1 parent f981174 commit 01624f8

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.7.2"></a>
6+
## [9.7.2](https://github.com/danobot/entity-controller/compare/v9.7.1...v9.7.2) (2024-02-14)
7+
8+
9+
### Bug Fixes
10+
11+
* parsing config files broke with HA 2024.2.0 release. Closes [#320](https://github.com/danobot/entity-controller/issues/320) ([06cfe55](https://github.com/danobot/entity-controller/commit/06cfe55))
12+
13+
14+
515
<a name="9.7.1"></a>
616
## [9.7.1](https://github.com/danobot/entity-controller/compare/v9.7.0...v9.7.1) (2024-01-13)
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.7.1
21+
Version: v9.7.2
2222
Project Page: https://danielbkr.net/projects/entity-controller/
2323
Documentation: https://github.com/danobot/entity-controller
2424
"""
@@ -107,7 +107,7 @@
107107

108108

109109

110-
VERSION = '9.7.1'
110+
VERSION = '9.7.2'
111111

112112

113113
_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.7.1"
17+
"version": "9.7.2"
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.7.1",
3+
"version": "9.7.2",
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)