hass-core/homeassistant/components/script
J. Nick Koston f96f4d31f7
Convert referenced registry functions to use cached_property (#108895)
* Convert referenced registry functions to use cached_property

These already implemented caching, but now that we can use cached_property
because the lock problem is solved, we can make the code simplier and faster

* missed one

* make them the same
2024-01-26 23:02:42 -05:00
..
blueprints
__init__.py Convert referenced registry functions to use cached_property (#108895) 2024-01-26 23:02:42 -05:00
config.py Move config_per_platform and extract_domain_configs to config.py (#104989) 2023-12-04 12:48:49 +01:00
const.py
helpers.py
logbook.py
manifest.json
services.yaml
strings.json
trace.py