From dc1f1ec929225e77e030469e52d26a38f7d74dc1 Mon Sep 17 00:00:00 2001 From: wklink Date: Tue, 27 Apr 2021 21:32:42 -0400 Subject: [PATCH] fix: Version key (#243) * Update __init__.py Bump version to 9.2.2. * Update manifest.json fix: add version key to manifest --- custom_components/entity_controller/__init__.py | 2 +- custom_components/entity_controller/manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" }