mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Make sure we load the backup integration before frontend (#137010)
This commit is contained in:
@@ -161,6 +161,10 @@ FRONTEND_INTEGRATIONS = {
|
||||
# integrations can be removed and database migration status is
|
||||
# visible in frontend
|
||||
"frontend",
|
||||
# Backup is an after dependency of frontend, after dependencies
|
||||
# are not promoted from stage 2 to earlier stages, so we need to
|
||||
# add it here.
|
||||
"backup",
|
||||
}
|
||||
RECORDER_INTEGRATIONS = {
|
||||
# Setup after frontend
|
||||
|
Reference in New Issue
Block a user