diff --git a/src/components/dialogs/hacs-download-dialog.ts b/src/components/dialogs/hacs-download-dialog.ts index 9b2e590f..75288106 100644 --- a/src/components/dialogs/hacs-download-dialog.ts +++ b/src/components/dialogs/hacs-download-dialog.ts @@ -261,7 +261,7 @@ export class HacsDonwloadDialog extends HacsDialogBase { composed: true, }) ); - if (this._repository.category === "plugin" && this.hacs.status.lovelace_mode === "storage") { + if (this._repository.category === "plugin") { showConfirmationDialog(this, { title: this.hacs.localize!("common.reload"), text: html`${this.hacs.localize!("dialog.reload.description")}
${this.hacs.localize!(