Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.alarm_control_panel.device_condition Namespace Reference

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
 

Detailed Description

Provide the device automations for Alarm control panel.

Function Documentation

◆ async_condition_from_config()

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.

◆ async_get_conditions()

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.

Variable Documentation

◆ Final

homeassistant.components.alarm_control_panel.device_condition.Final

Definition at line 49 of file device_condition.py.