Private Attributes | |
| _attr_name | |
| _attr_unique_id | |
Static Private Attributes | |
| bool | _attr_code_arm_required = False |
| tuple | _attr_supported_features |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.canary.coordinator.CanaryDataUpdateCoordinator | |
| canary | |
Public Attributes inherited from homeassistant.helpers.update_coordinator.DataUpdateCoordinator | |
| always_update | |
| config_entry | |
| data | |
| hass | |
| last_exception | |
| last_update_success | |
| logger | |
| name | |
| setup_method | |
| update_interval | |
| update_method | |
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 a Canary alarm control panel.
Definition at line 41 of file alarm_control_panel.py.
| None homeassistant.components.canary.alarm_control_panel.CanaryAlarm.__init__ | ( | self, | |
| CanaryDataUpdateCoordinator | coordinator, | ||
| Location | location | ||
| ) |
Initialize a Canary security camera.
Definition at line 53 of file alarm_control_panel.py.
| None homeassistant.components.canary.alarm_control_panel.CanaryAlarm.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.canary.alarm_control_panel.CanaryAlarm.alarm_arm_home | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm home command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 94 of file alarm_control_panel.py.
| None homeassistant.components.canary.alarm_control_panel.CanaryAlarm.alarm_arm_night | ( | self, | |
| str | None | code = None |
||
| ) |
Send arm night command.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 102 of file alarm_control_panel.py.
| None homeassistant.components.canary.alarm_control_panel.CanaryAlarm.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.
| AlarmControlPanelState | None homeassistant.components.canary.alarm_control_panel.CanaryAlarm.alarm_state | ( | self | ) |
Return the state of the device.
Reimplemented from homeassistant.components.alarm_control_panel.AlarmControlPanelEntity.
Definition at line 68 of file alarm_control_panel.py.
| dict[str, Any] homeassistant.components.canary.alarm_control_panel.CanaryAlarm.extra_state_attributes | ( | self | ) |
Return the state attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 84 of file alarm_control_panel.py.
| Location homeassistant.components.canary.alarm_control_panel.CanaryAlarm.location | ( | self | ) |
Return information about the location.
Definition at line 63 of file alarm_control_panel.py.
|
staticprivate |
Definition at line 51 of file alarm_control_panel.py.
|
private |
Definition at line 59 of file alarm_control_panel.py.
|
staticprivate |
Definition at line 46 of file alarm_control_panel.py.
|
private |
Definition at line 60 of file alarm_control_panel.py.