1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Fix group loading too late resulting in incorrect state (#113262)

This commit is contained in:
J. Nick Koston
2024-03-13 19:18:15 -10:00
committed by GitHub
parent 4ed3ea3b02
commit c3b5e819c5
27 changed files with 68 additions and 13 deletions

View File

@@ -36,6 +36,7 @@ from .components import (
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
group as group_pre_import, # noqa: F401
history as history_pre_import, # noqa: F401
http, # not named pre_import since it has requirements
image_upload as image_upload_import, # noqa: F401 - not named pre_import since it has requirements