Classes | |
| class | TrackEntity |
Functions | |
| CALLBACK_TYPE | async_attach_trigger (HomeAssistant hass, ConfigType config, TriggerActionType action, TriggerInfo trigger_info) |
| template.Template | valid_at_template (Any value) |
Variables | |
| _TIME_AT_SCHEMA = vol.Any(cv.time, _TIME_TRIGGER_ENTITY) | |
| _TIME_TRIGGER_ENTITY = vol.All(str, cv.entity_domain(["input_datetime", "sensor"])) | |
| _TIME_TRIGGER_ENTITY_WITH_OFFSET | |
| _TIME_TRIGGER_SCHEMA | |
| TRIGGER_SCHEMA | |
Offer time listening automation rules.
| CALLBACK_TYPE homeassistant.components.homeassistant.triggers.time.async_attach_trigger | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| TriggerActionType | action, | ||
| TriggerInfo | trigger_info | ||
| ) |
| template.Template homeassistant.components.homeassistant.triggers.time.valid_at_template | ( | Any | value | ) |
|
private |
|
private |
|
private |
|
private |