Namespaces | |
| config_flow | |
| const | |
| cover | |
| entity | |
| errors | |
| helpers | |
| hub | |
| sensor | |
Functions | |
| None | _migrate_unique_ids (HomeAssistant hass, AcmedaConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, AcmedaConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, AcmedaConfigEntry config_entry) |
Variables | |
| AcmedaConfigEntry | |
| string | CONF_HUBS = "hubs" |
| list | PLATFORMS = [Platform.COVER, Platform.SENSOR] |
The Rollease Acmeda Automate integration.
|
private |
Migrate pre-config flow unique ids.
Definition at line 35 of file __init__.py.
| bool homeassistant.components.acmeda.async_setup_entry | ( | HomeAssistant | hass, |
| AcmedaConfigEntry | config_entry | ||
| ) |
Set up Rollease Acmeda Automate hub from a config entry.
Definition at line 17 of file __init__.py.
| bool homeassistant.components.acmeda.async_unload_entry | ( | HomeAssistant | hass, |
| AcmedaConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 48 of file __init__.py.
| homeassistant.components.acmeda.AcmedaConfigEntry |
Definition at line 14 of file __init__.py.
| string homeassistant.components.acmeda.CONF_HUBS = "hubs" |
Definition at line 10 of file __init__.py.
| list homeassistant.components.acmeda.PLATFORMS = [Platform.COVER, Platform.SENSOR] |
Definition at line 12 of file __init__.py.