Use download util for diagnostics (#11349)

This commit is contained in:
Paulus Schoutsen
2022-01-17 23:52:29 -08:00
committed by GitHub
parent 2d651c2a66
commit f3642a1677
4 changed files with 5 additions and 10 deletions

View File

@@ -330,7 +330,6 @@ class HassioBackupDialog
}
fileDownload(
this,
signedPath.path,
`home_assistant_backup_${slugify(this._computeName)}.tar`
);