Add default_config to the bootstrap pre-imports (#113263)
This does not make default_config a requirement, it only preloads the python code for the integration so it does not have to be loaded when the import executor is busy. While its a tiny init file, it always ends up at the end of the line and delays startup
This commit is contained in:
parent
870caf90c1
commit
9ef0a8cb95
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ from .components import (
|
|||
api as api_pre_import, # noqa: F401
|
||||
auth as auth_pre_import, # noqa: F401
|
||||
config as config_pre_import, # noqa: F401
|
||||
default_config as default_config_pre_import, # noqa: F401
|
||||
device_automation as device_automation_pre_import, # noqa: F401
|
||||
diagnostics as diagnostics_pre_import, # noqa: F401
|
||||
file_upload as file_upload_pre_import, # noqa: F401
|
||||
|
|
Loading…
Add table
Reference in a new issue