From 235b4abc4b8cc11604cc5266e82f70d8ea26ed5b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 4 May 2024 13:48:29 +0000 Subject: [PATCH] chore(release): 9.7.6 --- CHANGELOG.md | 5 +++++ custom_components/entity_controller/__init__.py | 4 ++-- custom_components/entity_controller/manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd862c..02fe724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +## [9.7.6](https://github.com/danobot/entity-controller/compare/v9.7.5...v9.7.6) (2024-05-04) + + + ## [9.7.5](https://github.com/danobot/entity-controller/compare/v9.7.4...v9.7.5) (2024-05-04) diff --git a/custom_components/entity_controller/__init__.py b/custom_components/entity_controller/__init__.py index 25eb7da..777b86d 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.7.5 +Version: v9.7.6 Project Page: https://danielbkr.net/projects/entity-controller/ Documentation: https://github.com/danobot/entity-controller """ @@ -108,7 +108,7 @@ -VERSION = '9.7.5' +VERSION = '9.7.6' _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/entity_controller/manifest.json b/custom_components/entity_controller/manifest.json index 4d748b4..6fa8c23 100644 --- a/custom_components/entity_controller/manifest.json +++ b/custom_components/entity_controller/manifest.json @@ -14,5 +14,5 @@ "@danobot" ], "homeassistant": "2022.7.4", - "version": "9.7.5" + "version": "9.7.6" } diff --git a/package-lock.json b/package-lock.json index d7aa6fe..72b243b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "entity-controller", - "version": "9.7.5", + "version": "9.7.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 08025ee..859ca71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "entity-controller", - "version": "9.7.5", + "version": "9.7.6", "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": {