Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.homematicip_cloud.alarm_control_panel Namespace Reference

Classes

class  HomematicipAlarmControlPanelEntity
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONST_ALARM_CONTROL_PANEL_NAME = "HmIP Alarm Control Panel"
 

Detailed Description

Support for HomematicIP Cloud alarm control panel.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.homematicip_cloud.alarm_control_panel.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the HomematicIP alrm control panel from a config entry.

Definition at line 27 of file alarm_control_panel.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.homematicip_cloud.alarm_control_panel._LOGGER = logging.getLogger(__name__)
private

Definition at line 22 of file alarm_control_panel.py.

◆ CONST_ALARM_CONTROL_PANEL_NAME

string homeassistant.components.homematicip_cloud.alarm_control_panel.CONST_ALARM_CONTROL_PANEL_NAME = "HmIP Alarm Control Panel"

Definition at line 24 of file alarm_control_panel.py.