Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.acmeda.helpers Namespace Reference

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)
 

Detailed Description

Helper functions for Acmeda Pulse.

Function Documentation

◆ async_add_acmeda_entities()

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.

◆ update_devices()

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.