Skip to content

Commit

Permalink
Merge pull request #260 from danobot/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
danobot authored Oct 30, 2021
2 parents d946fe8 + 42cb537 commit 2771f1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.2.9
Version: v9.2.10
Project Page: https://danielbkr.net/projects/entity-controller/
Documentation: https://github.com/danobot/entity-controller
"""
Expand Down Expand Up @@ -105,7 +105,7 @@



VERSION = '9.2.9'
VERSION = '9.2.10'


_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 @@ -13,5 +13,5 @@
],
"codeowners": ["@danobot"],
"homeassistant": "0.117.0",
"version": "9.2.5"
"version": "9.2.10"
}
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.2.9",
"version": "9.2.10",
"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 2771f1e

Please sign in to comment.