mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +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
|
# integrations can be removed and database migration status is
|
||||||
# visible in frontend
|
# visible in frontend
|
||||||
"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 = {
|
RECORDER_INTEGRATIONS = {
|
||||||
# Setup after frontend
|
# Setup after frontend
|
||||||
|
Reference in New Issue
Block a user