From 147cd7f825bd7f97bd5135b2abdbd7ef56a83a66 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Sat, 5 Oct 2019 12:08:40 +0800 Subject: [PATCH] feat: hacs --- hacs.json | 6 ++++++ info.md | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 hacs.json create mode 100644 info.md diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..6cec7e9 --- /dev/null +++ b/hacs.json @@ -0,0 +1,6 @@ +{ + "name": "Entity Controller", + "content_in_root": true, + "filename": "custom_components/entity_controller/__init__.py", + "homeassistant": "0.90.1" +} \ No newline at end of file diff --git a/info.md b/info.md new file mode 100644 index 0000000..4b119ee --- /dev/null +++ b/info.md @@ -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) \ No newline at end of file