danobot / entity-controller

Home Assistant Entity and lighting controller for managing devices with timers, scripts, and sun-based time restrictions.

Home Page:https://danobot.github.io/ec-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License Blog donate paypal donate gofundme

👋 Introduction

Entity Controller (EC) is an implementation of "When This, Then That for x amount of time" 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. Traditional automations would need to be duplicated for each instance in your config. The use cases for this component are endless because you can use any entity as input and outputs (there is no restriction to motion sensors and lights).

Latest stable version is v9.4.0 tested on Home Assistant 2022.7.4.

Entity Controller Documentation

Installation

EC is available in HACS store. Once installed, add the the following to your configuration.yaml, replacing the values for sensor and entity with one of your own. Reboot your Home Assistant server and you should have a motion controlled light that turns off after 5 seconds.

motion_light:
  sensor: binary_sensor.living_room_motion
  entity: light.tv_led
  delay: 5

🎬 Video Demo

I created the following video to give a high-level overview of all EC features, how they work and how you can configure them for your use cases.

Video

Support

Maintaining and improving this integration is very time consuming because of the sheer number of supported use cases. If you use this component in your home please donate a few dollars or check the issue tracker to help with the investigation of defects or the implementation of new features. I would be happy to receive your pull request.

donate paypal donate gofundme

Contributions

All contributions are welcome, including raising issues. Expect to be involved in the resolution of any issues.

The close-issue bot is ruthless. Please provide all requested information to allow me to help you.

About

Home Assistant Entity and lighting controller for managing devices with timers, scripts, and sun-based time restrictions.

https://danobot.github.io/ec-docs/

License:GNU General Public License v3.0


Languages

Language:Python 98.5%Language:PowerShell 0.5%Language:Shell 0.5%Language:JavaScript 0.4%Language:Dockerfile 0.1%