Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 4, 2020
1 parent 9f7ec54 commit 989863c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

<a name="7.0.0"></a>
# [7.0.0](https://github.com/danobot/entity-controller/compare/v6.1.1...v7.0.0) (2020-09-04)


* feat!: rename stay mode to make the feature easier to understand (#176) (#177) ([9f7ec54](https://github.com/danobot/entity-controller/commit/9f7ec54)), closes [#176](https://github.com/danobot/entity-controller/issues/176) [#177](https://github.com/danobot/entity-controller/issues/177)


### BREAKING CHANGES

* Check the docs for new `stay_mode` configuration field and the name changes to the related services.



<a name="6.1.1"></a>
## [6.1.1](https://github.com/danobot/entity-controller/compare/v6.1.0...v6.1.1) (2020-09-03)

Expand Down
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: v6.1.1
Version: v7.0.0
Project Page: https://danielbkr.net/projects/entity-controller/
Documentation: https://github.com/danobot/entity-controller
Issues Tracker: Report issues on Github. Ensure you have the latest version. Include:
Expand Down Expand Up @@ -103,7 +103,7 @@



VERSION = '6.1.1'
VERSION = '7.0.0'


_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "6.1.1",
"version": "7.0.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": {
Expand Down

0 comments on commit 989863c

Please sign in to comment.