Restore group config_flow pre-import (#113558)
This commit is contained in:
parent
b96bceadfa
commit
51ece8b1ef
1 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,13 @@ from .components import (
|
|||
webhook as webhook_pre_import, # noqa: F401
|
||||
websocket_api as websocket_api_pre_import, # noqa: F401
|
||||
)
|
||||
|
||||
# Ensure group config_flow is imported so it does not need the import
|
||||
# executor since config_flows are preloaded when the component is loaded.
|
||||
# Even though group is pre-imported above we would have still had to wait
|
||||
# for the config flow to be imported when the import executor is the most
|
||||
# busy.
|
||||
from .components.group import config_flow as group_config_flow # noqa: F401
|
||||
from .components.sensor import recorder as sensor_recorder # noqa: F401
|
||||
from .const import (
|
||||
FORMAT_DATETIME,
|
||||
|
|
Loading…
Add table
Reference in a new issue