Skip to content

Commit d083fe3

Browse files
committed
chore(release): 9.7.4
1 parent 4421ed2 commit d083fe3

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

+10
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.4"></a>
6+
## [9.7.4](https://github.com/danobot/entity-controller/compare/v9.7.3...v9.7.4) (2024-05-04)
7+
8+
9+
### Bug Fixes
10+
11+
* async track events ([4421ed2](https://github.com/danobot/entity-controller/commit/4421ed2))
12+
13+
14+
515
<a name="9.7.3"></a>
616
## [9.7.3](https://github.com/danobot/entity-controller/compare/v9.7.2...v9.7.3) (2024-03-19)
717

custom_components/entity_controller/__init__.py

+2-2
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.3
21+
Version: v9.7.4
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.3'
110+
VERSION = '9.7.4'
111111

112112

113113
_LOGGER = logging.getLogger(__name__)

custom_components/entity_controller/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"@danobot"
1515
],
1616
"homeassistant": "2022.7.4",
17-
"version": "9.7.3"
17+
"version": "9.7.4"
1818
}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "entity-controller",
3-
"version": "9.7.3",
3+
"version": "9.7.4",
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)