core/homeassistant/components/automation
Jon Caruana ba13951fff Add LiteJet (a lighting control system) component (#4125)
* Initial submission of LiteJet integration.

* Add LiteJet switch pressed automation trigger. (State changes are too slow to catch a press-release.)
Add LiteJet scene, replacing commented out code that treated these as lights.
Include LiteJet numbers in the device state so that it is easy to lookup entity -> number.

* Fix missing global.

* Allow light's brightness to be set explicitly.

* Support optional 'ignore' key to ignore prefixes of loads, switches, and scenes that weren't configured for use in the LiteJet system.

* Fix lint errors and warnings.

* Cleanup header comments.
Default to not creating LiteJet switches as these are generally not useful.

* Lint fixes.

* Fixes from pull request feedback.

* Use hass.data instead of globals for data storage.

* Fix lint warnings.
2016-11-01 20:44:25 -07:00
..
__init__.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
event.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
litejet.py Add LiteJet (a lighting control system) component (#4125) 2016-11-01 20:44:25 -07:00
mqtt.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
numeric_state.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
services.yaml Allow reloading automation without restarting HA (#3002) 2016-09-04 17:15:52 +02:00
state.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
sun.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
template.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
time.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
zone.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00