Private Member Functions | |
| None | _async_device_changed (self, *args, **kwargs) |
| SecurityAndAlarmHome | _security_and_alarm (self) |
Static Private Attributes | |
| bool | _attr_code_arm_required = False |
| bool | _attr_should_poll = False |
| tuple | _attr_supported_features |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Static Public Attributes inherited from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity | |
| AlarmControlPanelEntityFeature | |
| bool | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Representation of the HomematicIP alarm control panel.
Definition at line 37 of file alarm_control_panel.py.
| None homeassistant.components.homematicip_cloud.alarm_control_panel.HomematicipAlarmControlPanelEntity.__init__ | ( | self, | |
| HomematicipHAP | hap | ||
| ) |
Initialize the alarm control panel.
Definition at line 47 of file alarm_control_panel.py.
|
private |
Handle entity state changes.
Definition at line 100 of file alarm_control_panel.py.
|
private |
Definition at line 80 of file alarm_control_panel.py.
| AlarmControlPanelState homeassistant.components.homematicip_cloud.alarm_control_panel.HomematicipAlarmControlPanelEntity.alarm_state | ( | self | ) |
Return the state of the alarm control panel.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 63 of file alarm_control_panel.py.
| None homeassistant.components.homematicip_cloud.alarm_control_panel.HomematicipAlarmControlPanelEntity.async_added_to_hass | ( | self | ) |
Register callbacks.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 95 of file alarm_control_panel.py.
| None homeassistant.components.homematicip_cloud.alarm_control_panel.HomematicipAlarmControlPanelEntity.async_alarm_arm_away | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm away command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 91 of file alarm_control_panel.py.
| None homeassistant.components.homematicip_cloud.alarm_control_panel.HomematicipAlarmControlPanelEntity.async_alarm_arm_home | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm home command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 87 of file alarm_control_panel.py.
| None homeassistant.components.homematicip_cloud.alarm_control_panel.HomematicipAlarmControlPanelEntity.async_alarm_disarm | ( | self, | |
| str | None | code = None |
||
| ) |
Send disarm command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 83 of file alarm_control_panel.py.
| bool homeassistant.components.homematicip_cloud.alarm_control_panel.HomematicipAlarmControlPanelEntity.available | ( | self | ) |
Return if alarm control panel is available.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 124 of file alarm_control_panel.py.
| DeviceInfo homeassistant.components.homematicip_cloud.alarm_control_panel.HomematicipAlarmControlPanelEntity.device_info | ( | self | ) |
Return device specific attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 52 of file alarm_control_panel.py.
| str homeassistant.components.homematicip_cloud.alarm_control_panel.HomematicipAlarmControlPanelEntity.name | ( | self | ) |
Return the name of the generic entity.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 116 of file alarm_control_panel.py.
| str homeassistant.components.homematicip_cloud.alarm_control_panel.HomematicipAlarmControlPanelEntity.unique_id | ( | self | ) |
Return a unique ID.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 129 of file alarm_control_panel.py.
|
staticprivate |
Definition at line 45 of file alarm_control_panel.py.
|
staticprivate |
Definition at line 40 of file alarm_control_panel.py.
|
staticprivate |
Definition at line 41 of file alarm_control_panel.py.