Load hassio before backup at frontend stage (#137067)

This commit is contained in:
Jan-Philipp Benecke 2025-02-01 11:43:45 +01:00 committed by GitHub
parent 123cd92986
commit 889fe05a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,6 +161,12 @@ FRONTEND_INTEGRATIONS = {
# integrations can be removed and database migration status is
# visible in 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
# are not promoted from stage 2 to earlier stages, so we need to
# add it here.