Classes | |
| class | OverkizAlarmControlPanel |
| class | OverkizAlarmDescription |
Functions | |
| AlarmControlPanelState | _state_alarm_panel_controller (Callable[[str], OverkizStateType] select_state) |
| AlarmControlPanelState | _state_myfox_alarm_controller (Callable[[str], OverkizStateType] select_state) |
| AlarmControlPanelState | _state_stateful_alarm_controller (Callable[[str], OverkizStateType] select_state) |
| AlarmControlPanelState | _state_tsk_alarm_controller (Callable[[str], OverkizStateType] select_state) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| dictionary | SUPPORTED_DEVICES = {description.key: description for description in ALARM_DESCRIPTIONS} |
Support for Overkiz alarm control panel.
|
private |
Return the state of the device.
Definition at line 131 of file alarm_control_panel.py.
|
private |
Return the state of the device.
Definition at line 108 of file alarm_control_panel.py.
|
private |
Return the state of the device.
Definition at line 85 of file alarm_control_panel.py.
|
private |
Return the state of the device.
Definition at line 58 of file alarm_control_panel.py.
| None homeassistant.components.overkiz.alarm_control_panel.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Overkiz alarm control panel from a config entry.
Definition at line 211 of file alarm_control_panel.py.
| dictionary homeassistant.components.overkiz.alarm_control_panel.SUPPORTED_DEVICES = {description.key: description for description in ALARM_DESCRIPTIONS} |
Definition at line 208 of file alarm_control_panel.py.