Skip to content

Commit

Permalink
chore(release): 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danobot committed Dec 7, 2019
1 parent 862540b commit 24de469
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="4.1.3"></a>
## [4.1.3](https://github.com/danobot/entity-controller/compare/v4.1.2...v4.1.3) (2019-12-07)



<a name="4.1.2"></a>
## [4.1.2](https://gitlab.danielha.tk/HA/appdaemon-motion-lights/compare/v4.1.1...v4.1.2) (2019-12-07)

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.1.2
Version: v4.1.3
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 @@ -32,7 +32,7 @@
CONSTRAIN_START = 1
CONSTRAIN_END = 2

VERSION = '4.1.2'
VERSION = '4.1.3'
SENSOR_TYPE_DURATION = 'duration'
SENSOR_TYPE_EVENT = 'event'
MODE_DAY = 'day'
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2018 Daniel Mason
Copyright 2019 Daniel Mason

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "entity-timer",
"version": "4.1.2",
"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.",
"name": "entity-controller",
"version": "4.1.3",
"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": {
"test": "tests"
Expand All @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://gitlab.danielha.tk/HA/appdaemon-motion-lights.git"
"url": "https://github.com/danobot/entity-controller"
},
"author": "Daniel Mason",
"license": "MIT",
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.1.2",
"version": "4.1.3",
"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 24de469

Please sign in to comment.