Add label registry (#110821)

This commit is contained in:
Franck Nijhof
2024-02-19 11:59:08 +01:00
committed by GitHub
parent 8201ea4b3c
commit e0a9dcd996
134 changed files with 6045 additions and 23 deletions

View File

@@ -66,6 +66,7 @@ from homeassistant.helpers import (
floor_registry as fr,
intent,
issue_registry as ir,
label_registry as lr,
recorder as recorder_helper,
restore_state,
restore_state as rs,
@@ -297,6 +298,7 @@ async def async_test_home_assistant(
er.async_load(hass),
fr.async_load(hass),
ir.async_load(hass),
lr.async_load(hass),
rs.async_load(hass),
)
hass.data[bootstrap.DATA_REGISTRIES_LOADED] = None