Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab committed Oct 10, 2019
1 parent 334b7c8 commit d7fdb98
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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="4.1.0"></a>
# [4.1.0](https://gitlab.danielha.tk/HA/appdaemon-motion-lights/compare/v4.0.4...v4.1.0) (2019-10-10)


### Bug Fixes

* pull request template and HACS manifest ([25f0a72](https://gitlab.danielha.tk/HA/appdaemon-motion-lights/commit/25f0a72))


### Features

* hacs ([147cd7f](https://gitlab.danielha.tk/HA/appdaemon-motion-lights/commit/147cd7f))



<a name="4.0.4"></a>
## [4.0.4](https://gitlab.danielha.tk/HA/appdaemon-motion-lights/compare/v4.0.3...v4.0.4) (2019-09-14)

Expand Down
4 changes: 2 additions & 2 deletions custom_components/entity_controller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Entity controller component for Home Assistant.
Maintainer: Daniel Mason
Version: v4.0.4
Version: v4.1.0
Documentation: https://github.com/danobot/entity-controller
Issues Tracker: Report issues on Github. Ensure you have the latest version. Include:
* YAML configuration (for the misbehaving entity)
Expand Down Expand Up @@ -31,7 +31,7 @@
CONSTRAIN_START = 1
CONSTRAIN_END = 2

VERSION = '4.0.4'
VERSION = '4.1.0'
SENSOR_TYPE_DURATION = 'duration'
SENSOR_TYPE_EVENT = 'event'
MODE_DAY = 'day'
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-timer",
"version": "4.0.4",
"version": "4.1.0",
"description": "This implementation of motion activated lighting implements a finite state machine to ensure that `MotionLight`s do not interfere with the rest of your home automation setup.",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion tracker.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"entity_controller": {
"version": "4.0.4",
"version": "4.1.0",
"local_location": "/custom_components/entity_controller/__init__.py",
"remote_location": "https://raw.githubusercontent.com/danobot/entity-controller/master/custom_components/entity_controller/__init__.py",
"visit_repo": "https://github.com/danobot/entity-controller",
Expand Down

0 comments on commit d7fdb98

Please sign in to comment.