Skip to content

Commit

Permalink
Limit selector to downloaded repositories (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jan 19, 2024
1 parent 6c57e50 commit 04fffaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/hacs-download-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class HacsDonwloadDialog extends LitElement {
@closed=${this.closeDialog}
>
<div class="content">
${this._repository.version_or_commit === "version"
${this._repository.version_or_commit === "version" && this._repository.installed
? html`
<ha-form
.disabled=${this._waiting}
Expand Down

0 comments on commit 04fffaa

Please sign in to comment.