Functions | |
| condition.ConditionCheckerType | async_condition_from_config (HomeAssistant hass, ConfigType config) |
| list[dict[str, str]] | async_get_conditions (HomeAssistant hass, str device_id) |
Variables | |
| Final | |
Provide the device automations for Alarm control panel.
| condition.ConditionCheckerType homeassistant.components.alarm_control_panel.device_condition.async_condition_from_config | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Create a function to test a device condition.
Definition at line 100 of file device_condition.py.
| list[dict[str, str]] homeassistant.components.alarm_control_panel.device_condition.async_get_conditions | ( | HomeAssistant | hass, |
| str | device_id | ||
| ) |
List device conditions for Alarm control panel devices.
Definition at line 57 of file device_condition.py.
| homeassistant.components.alarm_control_panel.device_condition.Final |
Definition at line 49 of file device_condition.py.