1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Start improve restore backup in onboarding (#17813)

This commit is contained in:
Bram Kragten
2023-09-04 20:08:33 +02:00
committed by GitHub
parent 5bb8c51d25
commit d4872b177f
6 changed files with 109 additions and 34 deletions

View File

@@ -33,7 +33,6 @@ export class HassioUploadBackup extends LitElement {
label="Upload backup"
supports="Supports .TAR files"
@file-picked=${this._uploadFile}
auto-open-file-dialog
></ha-file-upload>
`;
}