1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Rename custom_jinja to custom_templates (#90473)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Erik Montnemery
2023-03-29 21:58:25 +02:00
committed by GitHub
parent cf0550f5c2
commit 5bc9545b81
8 changed files with 27 additions and 27 deletions

View File

@@ -245,7 +245,7 @@ async def load_registries(hass: core.HomeAssistant) -> None:
entity_registry.async_load(hass),
issue_registry.async_load(hass),
hass.async_add_executor_job(_cache_uname_processor),
template.async_load_custom_jinja(hass),
template.async_load_custom_templates(hass),
)