Functions | |
| None | async_pulse (HomeAssistant hass, IHCController ihc_controller, int ihc_id) |
| asyncio.Future[bool] | async_set_bool (HomeAssistant hass, IHCController ihc_controller, int ihc_id, bool value) |
| asyncio.Future[bool] | async_set_float (HomeAssistant hass, IHCController ihc_controller, int ihc_id, float value) |
| asyncio.Future[bool] | async_set_int (HomeAssistant hass, IHCController ihc_controller, int ihc_id, int value) |
Useful functions for the IHC component.
| None homeassistant.components.ihc.util.async_pulse | ( | HomeAssistant | hass, |
| IHCController | ihc_controller, | ||
| int | ihc_id | ||
| ) |
| asyncio.Future[bool] homeassistant.components.ihc.util.async_set_bool | ( | HomeAssistant | hass, |
| IHCController | ihc_controller, | ||
| int | ihc_id, | ||
| bool | value | ||
| ) |
| asyncio.Future[bool] homeassistant.components.ihc.util.async_set_float | ( | HomeAssistant | hass, |
| IHCController | ihc_controller, | ||
| int | ihc_id, | ||
| float | value | ||
| ) |
| asyncio.Future[bool] homeassistant.components.ihc.util.async_set_int | ( | HomeAssistant | hass, |
| IHCController | ihc_controller, | ||
| int | ihc_id, | ||
| int | value | ||
| ) |