core/homeassistant/components/scene
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 Service validation for scene component. 2016-04-13 12:35:07 -04:00
homeassistant.py Refactor reproduce_state for scene component 2016-03-09 18:52:05 +01:00
hunterdouglas_powerview.py Changing import as powerview api did change. (#3780) 2016-10-10 22:30:27 -07:00
litejet.py Add LiteJet (a lighting control system) component (#4125) 2016-11-01 20:44:25 -07:00