Home Assistant Unofficial Reference 2024.12.1
trigger.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.device_automation.trigger.DeviceAutomationTriggerProtocol
 

Namespaces

 homeassistant.components.device_automation.trigger
 

Functions

CALLBACK_TYPE homeassistant.components.device_automation.trigger.async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info)
 
ConfigType homeassistant.components.device_automation.trigger.async_validate_trigger_config (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.device_automation.trigger.TRIGGER_SCHEMA = DEVICE_TRIGGER_BASE_SCHEMA.extend({}, extra=vol.ALLOW_EXTRA)