From d2fd0a73c580f3ad8cc6d4498492c20b57678cc6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 8 Nov 2022 15:07:17 +0000 Subject: [PATCH] chore(release): 9.6.0 --- CHANGELOG.md | 10 ++++++++++ custom_components/entity_controller/__init__.py | 4 ++-- custom_components/entity_controller/manifest.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4d6b2..86e1754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +# [9.6.0](https://github.com/danobot/entity-controller/compare/v9.5.2...v9.6.0) (2022-11-08) + + +### Features + +* Add possibility to manually enable blocked state ([6c6d827](https://github.com/danobot/entity-controller/commit/6c6d827)) + + + ## [9.5.2](https://github.com/danobot/entity-controller/compare/v9.5.1...v9.5.2) (2022-07-16) diff --git a/custom_components/entity_controller/__init__.py b/custom_components/entity_controller/__init__.py index 3e158e6..9093ca7 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.5.2 +Version: v9.6.0 Project Page: https://danielbkr.net/projects/entity-controller/ Documentation: https://github.com/danobot/entity-controller """ @@ -106,7 +106,7 @@ -VERSION = '9.5.2' +VERSION = '9.6.0' _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/entity_controller/manifest.json b/custom_components/entity_controller/manifest.json index ef94544..206f404 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.5.2" + "version": "9.6.0" } diff --git a/package-lock.json b/package-lock.json index 8d67f45..1f9bc39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "entity-controller", - "version": "9.5.2", + "version": "9.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a727730..074a6b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "entity-controller", - "version": "9.5.2", + "version": "9.6.0", "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": {