+ ${"version"===this._repository.version_or_commit?n`
+
"beta"===o.name?this.hacs.localize("dialog_download.show_beta"):this.hacs.localize("dialog_download.select_version")}
+ @value-changed=${this._valueChanged}
+ >
+
+ `:""}
+ ${this._repository.can_install?"":n`
+ ${this.hacs.localize("confirm.home_assistant_version_not_correct",{haversion:this.hass.config.version,minversion:this._repository.homeassistant})}
+ `}
+
+ ${this.hacs.localize("dialog_download.note_downloaded",{location:n`
'${s}'`})}
+ ${"plugin"===this._repository.category&&"storage"!==this.hacs.status.lovelace_mode?n`
+
${this.hacs.localize("dialog_download.lovelace_instruction")}
+
+ url: ${c({repository:this._repository,skipTag:!0})}
+ type: module
+
+ `:""}
+ ${"integration"===this._repository.category?n`
${this.hacs.localize("dialog_download.restart")}
`:""}
+
+ ${null!==(o=this._error)&&void 0!==o&&o.message?n`
+ ${this._error.message}
+ `:""}
+
+