Home Assistant Unofficial Reference 2024.12.1
device_trigger.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.zha.device_trigger
 

Functions

tuple[str, dict] homeassistant.components.zha.device_trigger._get_device_trigger_data (HomeAssistant hass, str device_id)
 
CALLBACK_TYPE homeassistant.components.zha.device_trigger.async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info)
 
list[dict[str, str]] homeassistant.components.zha.device_trigger.async_get_triggers (HomeAssistant hass, str device_id)
 
ConfigType homeassistant.components.zha.device_trigger.async_validate_trigger_config (HomeAssistant hass, ConfigType config)
 

Variables

string homeassistant.components.zha.device_trigger.CONF_SUBTYPE = "subtype"
 
string homeassistant.components.zha.device_trigger.DEVICE = "device"
 
string homeassistant.components.zha.device_trigger.DEVICE_IEEE = "device_ieee"
 
 homeassistant.components.zha.device_trigger.TRIGGER_SCHEMA