Public Member Functions | |
| ConfigType | async_validate_trigger_config (self, HomeAssistant hass, ConfigType config) |
Define the format of trigger modules. Each module must define either TRIGGER_SCHEMA or async_validate_trigger_config.
Definition at line 52 of file trigger.py.
| ConfigType homeassistant.helpers.trigger.TriggerProtocol.async_validate_trigger_config | ( | self, | |
| HomeAssistant | hass, | ||
| ConfigType | config | ||
| ) |
Validate config.
Definition at line 60 of file trigger.py.