core/homeassistant/components/template
J. Nick Koston 51f871227e
Attach template triggers at start eagerly (#113120)
This method calls async_initialize_triggers which is likely to never
suspend and the attach can avoid being scheduled on the event loop
2024-03-11 21:34:32 -04:00
..
__init__.py
alarm_control_panel.py
binary_sensor.py
button.py
config.py Add empty line after module docstring (2) [components] (#112736) 2024-03-08 19:15:59 +01:00
config_flow.py
const.py
coordinator.py Attach template triggers at start eagerly (#113120) 2024-03-11 21:34:32 -04:00
cover.py
fan.py
icons.json
image.py
light.py
lock.py
manifest.json Remove built-in support for import_executor in manifest (#112725) 2024-03-08 12:02:32 -05:00
number.py
select.py
sensor.py
services.yaml
strings.json
switch.py
template_entity.py Replace EventType with Event [t-z] (#112742) 2024-03-08 19:37:26 +01:00
trigger.py Replace EventType with Event [t-z] (#112742) 2024-03-08 19:37:26 +01:00
trigger_entity.py
vacuum.py
weather.py