mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Add backup the list of integrations platforms to preload (#133856)
`backup` is now at the top of the startup time list. This will help reduce it.
This commit is contained in:
parent
67f0de441b
commit
29fa40a5cf
@ -78,6 +78,7 @@ BASE_PRELOAD_PLATFORMS = [
|
|||||||
"repairs",
|
"repairs",
|
||||||
"system_health",
|
"system_health",
|
||||||
"trigger",
|
"trigger",
|
||||||
|
"backup",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user