Skip to content

Commit

Permalink
chore(release): 9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 13, 2024
1 parent 7acf5f6 commit f267df8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

<a name="9.7.1"></a>
## [9.7.1](https://github.com/danobot/entity-controller/compare/v9.7.0...v9.7.1) (2024-01-13)


### Bug Fixes

* resolve defect [#316](https://github.com/danobot/entity-controller/issues/316) ([#317](https://github.com/danobot/entity-controller/issues/317)) ([b532262](https://github.com/danobot/entity-controller/commit/b532262))



<a name="9.7.0"></a>
# [9.7.0](https://github.com/danobot/entity-controller/compare/v9.6.1...v9.7.0) (2023-08-24)

Expand Down
4 changes: 2 additions & 2 deletions custom_components/entity_controller/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""
Entity controller component for Home Assistant.
Maintainer: Daniel Mason
Version: v9.7.0
Version: v9.7.1
Project Page: https://danielbkr.net/projects/entity-controller/
Documentation: https://github.com/danobot/entity-controller
"""
Expand Down Expand Up @@ -107,7 +107,7 @@



VERSION = '9.7.0'
VERSION = '9.7.1'


_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/entity_controller/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"@danobot"
],
"homeassistant": "2022.7.4",
"version": "9.7.0"
"version": "9.7.1"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "entity-controller",
"version": "9.7.0",
"version": "9.7.1",
"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.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit f267df8

Please sign in to comment.