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:
@@ -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),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user