Home Assistant Unofficial Reference 2024.12.1
entity.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.device_automation.entity
 

Functions

list[dict[str, str]] homeassistant.components.device_automation.entity._async_get_automations (HomeAssistant hass, str device_id, list[dict[str, str]] automation_templates, str domain)
 
CALLBACK_TYPE homeassistant.components.device_automation.entity.async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info)
 
dict[str, vol.Schema] homeassistant.components.device_automation.entity.async_get_trigger_capabilities (HomeAssistant hass, ConfigType config)
 
list[dict[str, str]] homeassistant.components.device_automation.entity.async_get_triggers (HomeAssistant hass, str device_id, str domain)
 

Variables

list homeassistant.components.device_automation.entity.ENTITY_TRIGGERS
 
 homeassistant.components.device_automation.entity.TRIGGER_SCHEMA