Improve async_get_issue_tracker for custom integrations (#118016)

This commit is contained in:
Erik Montnemery
2024-05-24 09:55:05 +02:00
committed by GitHub
parent 24d31924a0
commit f896c7505b
3 changed files with 44 additions and 2 deletions

View File

@@ -421,6 +421,9 @@ async def async_from_config_dict(
start = monotonic()
hass.config_entries = config_entries.ConfigEntries(hass, config)
# Prime custom component cache early so we know if registry entries are tied
# to a custom integration
await loader.async_get_custom_components(hass)
await async_load_base_functionality(hass)
# Set up core.