diff --git a/custom_components/entity_controller/__init__.py b/custom_components/entity_controller/__init__.py index 379049c..0beddd5 100644 --- a/custom_components/entity_controller/__init__.py +++ b/custom_components/entity_controller/__init__.py @@ -18,7 +18,7 @@ """ Entity controller component for Home Assistant. Maintainer: Daniel Mason -Version: v9.2.1 +Version: v9.2.2 Project Page: https://danielbkr.net/projects/entity-controller/ Documentation: https://github.com/danobot/entity-controller """ diff --git a/custom_components/entity_controller/manifest.json b/custom_components/entity_controller/manifest.json index 079609b..af69d18 100644 --- a/custom_components/entity_controller/manifest.json +++ b/custom_components/entity_controller/manifest.json @@ -12,5 +12,6 @@ "script" ], "codeowners": ["@danobot"], - "homeassistant": "0.117.0" + "homeassistant": "0.117.0", + "version": "9.2.2" }