Private Member Functions | |
| None | _on_static_info_update (self, EntityInfo static_info) |
Private Attributes | |
| _attr_code_arm_required | |
| _attr_code_format | |
| _attr_supported_features | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.esphome.entity.EsphomeEntity | |
| entity_id | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
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 | |
An Alarm Control Panel implementation for ESPHome.
Definition at line 61 of file alarm_control_panel.py.
|
private |
Set attrs from static info.
Reimplemented from homeassistant.components.esphome.entity.EsphomeEntity.
Definition at line 68 of file alarm_control_panel.py.
| AlarmControlPanelState | None homeassistant.components.esphome.alarm_control_panel.EsphomeAlarmControlPanel.alarm_state | ( | self | ) |
Return the state of the device.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 93 of file alarm_control_panel.py.
| None homeassistant.components.esphome.alarm_control_panel.EsphomeAlarmControlPanel.async_alarm_arm_away | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm away command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 112 of file alarm_control_panel.py.
| None homeassistant.components.esphome.alarm_control_panel.EsphomeAlarmControlPanel.async_alarm_arm_custom_bypass | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm away command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 126 of file alarm_control_panel.py.
| None homeassistant.components.esphome.alarm_control_panel.EsphomeAlarmControlPanel.async_alarm_arm_home | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm home command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 105 of file alarm_control_panel.py.
| None homeassistant.components.esphome.alarm_control_panel.EsphomeAlarmControlPanel.async_alarm_arm_night | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm away command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 119 of file alarm_control_panel.py.
| None homeassistant.components.esphome.alarm_control_panel.EsphomeAlarmControlPanel.async_alarm_arm_vacation | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm away command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 133 of file alarm_control_panel.py.
| None homeassistant.components.esphome.alarm_control_panel.EsphomeAlarmControlPanel.async_alarm_disarm | ( | self, | |
| str | None | code = None |
||
| ) |
Send disarm command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 98 of file alarm_control_panel.py.
| None homeassistant.components.esphome.alarm_control_panel.EsphomeAlarmControlPanel.async_alarm_trigger | ( | self, | |
| str | None | code = None |
||
| ) |
Send alarm trigger command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 140 of file alarm_control_panel.py.
|
private |
Definition at line 89 of file alarm_control_panel.py.
|
private |
Definition at line 86 of file alarm_control_panel.py.
|
private |
Definition at line 85 of file alarm_control_panel.py.