Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.elmax Namespace Reference

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__)
 

Detailed Description

The elmax-cloud integration.

Function Documentation

◆ _check_cloud_panel_status()

PanelEntry homeassistant.components.elmax._check_cloud_panel_status ( Elmax  client,
str  panel_id 
)
private
Perform integrity checks against the cloud for panel-user association.

Definition at line 75 of file __init__.py.

◆ _load_elmax_panel_client()

tuple[GenericElmax, PanelEntry] homeassistant.components.elmax._load_elmax_panel_client ( ConfigEntry  entry)
private

Definition at line 39 of file __init__.py.

◆ async_reload_entry()

None homeassistant.components.elmax.async_reload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Handle an options update.

Definition at line 129 of file __init__.py.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.elmax.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 134 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.elmax._LOGGER = logging.getLogger(__name__)
private

Definition at line 36 of file __init__.py.