core/homeassistant/components/automation
J. Nick Koston 3877a56d23
Avoid creating tasks for automation and script validation (#111181)
These functions created tasks to run small validators, and the cost of
creating all the tasks was more expensive than running the validators
themselves. Since the code is unlikely to suspend its more efficient to
await them in series.
2024-02-23 13:41:36 -05:00
..
blueprints Update Deprecated Selector Syntax (#99308) 2023-09-12 20:10:32 +02:00
__init__.py Convert referenced registry functions to use cached_property (#108895) 2024-01-26 23:02:42 -05:00
config.py Avoid creating tasks for automation and script validation (#111181) 2024-02-23 13:41:36 -05:00
const.py
helpers.py Allow overriding blueprints on import (#103340) 2023-11-25 11:49:50 +01:00
icons.json Update reload icons for automation and person service (#109147) 2024-01-30 19:36:57 +01:00
logbook.py
manifest.json
reproduce_state.py
services.yaml
strings.json
trace.py