Functions | |
| None | async_add_acmeda_entities (HomeAssistant hass, type entity_class, AcmedaConfigEntry config_entry, set[int] current, AddEntitiesCallback async_add_entities) |
| None | update_devices (HomeAssistant hass, ConfigEntry config_entry, dict[int, Roller] api) |
Helper functions for Acmeda Pulse.
| None homeassistant.components.acmeda.helpers.async_add_acmeda_entities | ( | HomeAssistant | hass, |
| type | entity_class, | ||
| AcmedaConfigEntry | config_entry, | ||
| set[int] | current, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Add any new entities.
Definition at line 21 of file helpers.py.
| None homeassistant.components.acmeda.helpers.update_devices | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| dict[int, Roller] | api | ||
| ) |
Tell hass that device info has been updated.
Definition at line 45 of file helpers.py.