1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-17 19:47:08 +00:00

5 Commits

Author SHA1 Message Date
epenet
22c295fbdc
Improve typing in ihc util () 2023-02-02 16:30:32 -05:00
Jens Østergaard Nielsen
6de24baf95
Make service functions async () 2022-01-22 20:33:10 -08:00
Paulus Schoutsen
e9e44dbd97
Fix callback and async ()
* Fix callback and async

* Fix a return

* Fix test

* Fix mqtt tests

* Fix some more callbacks
2020-01-29 13:59:45 -08:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
msvinth
0aba49adce Add separate on/off ids on manual configured IHC lights ()
* 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