mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Load hassio
before backup
at frontend stage (#137067)
This commit is contained in:
parent
123cd92986
commit
889fe05a48
@ -161,6 +161,12 @@ 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",
|
||||||
|
# Hassio is an after dependency of backup, after dependencies
|
||||||
|
# are not promoted from stage 2 to earlier stages, so we need to
|
||||||
|
# add it here. Hassio needs to be setup before backup, otherwise
|
||||||
|
# the backup integration will think we are a container/core install
|
||||||
|
# when using HAOS or Supervised install.
|
||||||
|
"hassio",
|
||||||
# Backup is an after dependency of frontend, after dependencies
|
# Backup is an after dependency of frontend, after dependencies
|
||||||
# are not promoted from stage 2 to earlier stages, so we need to
|
# are not promoted from stage 2 to earlier stages, so we need to
|
||||||
# add it here.
|
# add it here.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user