-
- Downloads
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
Showing
- homeassistant/components/ihc/__init__.py 25 additions, 4 deletionshomeassistant/components/ihc/__init__.py
- homeassistant/components/ihc/const.py 3 additions, 0 deletionshomeassistant/components/ihc/const.py
- homeassistant/components/ihc/light.py 32 additions, 13 deletionshomeassistant/components/ihc/light.py
- homeassistant/components/ihc/services.yaml 5 additions, 0 deletionshomeassistant/components/ihc/services.yaml
- homeassistant/components/ihc/switch.py 23 additions, 7 deletionshomeassistant/components/ihc/switch.py
- homeassistant/components/ihc/util.py 22 additions, 0 deletionshomeassistant/components/ihc/util.py
Loading
Please register or sign in to comment