Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Develop

See merge request HA/appdaemon-motion-lights!38
  • Loading branch information
Daniel Mason committed Oct 5, 2019
2 parents 5eca0e3 + 125d07c commit b9833dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Entity Controller",
"content_in_root": true,
"filename": "custom_components/entity_controller/__init__.py",
"homeassistant": "0.90.1"
}
6 changes: 6 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Introduction
This implementation of motion activated lighting implements a finite state machine to ensure that EntityController does not interfere with the rest of your home automation setup. The use cases for this component are endless because you can use any entity as inputs (there is no restriction to motion sensors and lights).

[Buy me a coffee to support ongoing development](https://www.gofundme.com/danobot&rcid=r01-155117647299-36f7aa9cb3544199&pc=ot_co_campmgmt_w)

[Documentation](https://github.com/danobot/entity-controller)

0 comments on commit b9833dc

Please sign in to comment.