Static Private Attributes | |
| tuple | _attr_supported_features |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.homekit_controller.entity.HomeKitEntity | |
| accessory | |
| accessory_info | |
| all_characteristics | |
| all_iids | |
| pollable_characteristics | |
| service | |
| watchable_characteristics | |
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 | |
Representation of a Homekit Alarm Control Panel.
Definition at line 64 of file alarm_control_panel.py.
| AlarmControlPanelState homeassistant.components.homekit_controller.alarm_control_panel.HomeKitAlarmControlPanelEntity.alarm_state | ( | self | ) |
Return the state of the device.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 82 of file alarm_control_panel.py.
| None homeassistant.components.homekit_controller.alarm_control_panel.HomeKitAlarmControlPanelEntity.async_alarm_arm_away | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 92 of file alarm_control_panel.py.
| None homeassistant.components.homekit_controller.alarm_control_panel.HomeKitAlarmControlPanelEntity.async_alarm_arm_home | ( | self, | |
| str | None | code = None |
||
| ) |
Send stay command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 96 of file alarm_control_panel.py.
| None homeassistant.components.homekit_controller.alarm_control_panel.HomeKitAlarmControlPanelEntity.async_alarm_arm_night | ( | self, | |
| str | None | code = None |
||
| ) |
Send night command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 100 of file alarm_control_panel.py.
| None homeassistant.components.homekit_controller.alarm_control_panel.HomeKitAlarmControlPanelEntity.async_alarm_disarm | ( | self, | |
| str | None | code = None |
||
| ) |
Send disarm command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 88 of file alarm_control_panel.py.
| dict[str, Any] | None homeassistant.components.homekit_controller.alarm_control_panel.HomeKitAlarmControlPanelEntity.extra_state_attributes | ( | self | ) |
Return the optional state attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 113 of file alarm_control_panel.py.
| list[str] homeassistant.components.homekit_controller.alarm_control_panel.HomeKitAlarmControlPanelEntity.get_characteristic_types | ( | self | ) |
Define the homekit characteristics the entity cares about.
Reimplemented from homeassistant.components.homekit_controller.entity.HomeKitEntity.
Definition at line 73 of file alarm_control_panel.py.
| None homeassistant.components.homekit_controller.alarm_control_panel.HomeKitAlarmControlPanelEntity.set_alarm_state | ( | self, | |
| AlarmControlPanelState | state, | ||
| str | None | code = None |
||
| ) |
Send state command.
Definition at line 104 of file alarm_control_panel.py.
|
staticprivate |
Definition at line 67 of file alarm_control_panel.py.