Namespaces | |
| alarm_control_panel | |
| binary_sensor | |
| common | |
| config_flow | |
| const | |
| coordinator | |
| cover | |
| entity | |
| switch | |
Functions | |
| PanelEntry | _check_cloud_panel_status (Elmax client, str panel_id) |
| tuple[GenericElmax, PanelEntry] | _load_elmax_panel_client (ConfigEntry entry) |
| None | async_reload_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
The elmax-cloud integration.
|
private |
Perform integrity checks against the cloud for panel-user association.
Definition at line 75 of file __init__.py.
|
private |
Definition at line 39 of file __init__.py.
| None homeassistant.components.elmax.async_reload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle an options update.
Definition at line 129 of file __init__.py.
| bool homeassistant.components.elmax.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up elmax-cloud from a config entry.
Definition at line 90 of file __init__.py.
| bool homeassistant.components.elmax.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 134 of file __init__.py.
|
private |
Definition at line 36 of file __init__.py.