Static Public Attributes | |
| str | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Static Public Attributes inherited from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity | |
| AlarmControlPanelEntityFeature | |
| bool | |
| None | |
Static Private Attributes | |
| _attr_code_format = CodeFormat.TEXT | |
| tuple | _attr_supported_features |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.zha.entity.ZHAEntity | |
| remove_future | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Entity for ZHA alarm control devices.
Definition at line 68 of file alarm_control_panel.py.
| AlarmControlPanelState | None homeassistant.components.zha.alarm_control_panel.ZHAAlarmControlPanel.alarm_state | ( | self | ) |
Return the state of the entity.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 116 of file alarm_control_panel.py.
| None homeassistant.components.zha.alarm_control_panel.ZHAAlarmControlPanel.async_alarm_arm_away | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm away command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 98 of file alarm_control_panel.py.
| None homeassistant.components.zha.alarm_control_panel.ZHAAlarmControlPanel.async_alarm_arm_home | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm home command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 92 of file alarm_control_panel.py.
| None homeassistant.components.zha.alarm_control_panel.ZHAAlarmControlPanel.async_alarm_arm_night | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm night command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 104 of file alarm_control_panel.py.
| None homeassistant.components.zha.alarm_control_panel.ZHAAlarmControlPanel.async_alarm_disarm | ( | self, | |
| str | None | code = None |
||
| ) |
Send disarm command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 86 of file alarm_control_panel.py.
| None homeassistant.components.zha.alarm_control_panel.ZHAAlarmControlPanel.async_alarm_trigger | ( | self, | |
| str | None | code = None |
||
| ) |
Send alarm trigger command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 110 of file alarm_control_panel.py.
| bool homeassistant.components.zha.alarm_control_panel.ZHAAlarmControlPanel.code_arm_required | ( | self | ) |
Whether the code is required for arm actions.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 81 of file alarm_control_panel.py.
|
staticprivate |
Definition at line 72 of file alarm_control_panel.py.
|
staticprivate |
Definition at line 73 of file alarm_control_panel.py.
|
static |
Definition at line 71 of file alarm_control_panel.py.