core/homeassistant/components/ihc
msvinth 0aba49adce Add separate on/off ids on manual configured IHC lights (#20253)
* Add support for separate on/off ids on manual configured IHC lights.
This makes it easier to support IHC code units thats relies on being
turned on and off through specific inputs.
Also adds a pulse service (ihc.pulse) that supports sending a short on/off pulse to an IHC input.

* Fix

* Lint fix

* Add on/off id support in switch

* Make pulse async

* Code review fixes
2019-03-01 08:17:59 +01:00
..
__init__.py Add separate on/off ids on manual configured IHC lights (#20253) 2019-03-01 08:17:59 +01:00
binary_sensor.py Update file header (#21061) 2019-02-14 16:01:46 +01:00
const.py Add separate on/off ids on manual configured IHC lights (#20253) 2019-03-01 08:17:59 +01:00
ihc_auto_setup.yaml Ihc component and platforms (#10916) 2018-01-20 16:29:50 +01:00
ihcdevice.py Various updates (#19449) 2018-12-19 12:39:16 +01:00
light.py Add separate on/off ids on manual configured IHC lights (#20253) 2019-03-01 08:17:59 +01:00
sensor.py Update file header (#21061) 2019-02-14 16:01:46 +01:00
services.yaml Add separate on/off ids on manual configured IHC lights (#20253) 2019-03-01 08:17:59 +01:00
switch.py Add separate on/off ids on manual configured IHC lights (#20253) 2019-03-01 08:17:59 +01:00
util.py Add separate on/off ids on manual configured IHC lights (#20253) 2019-03-01 08:17:59 +01:00