Consider ignored repairs for the "no repairs available" note (#14598)

This commit is contained in:
Philip Allgaier 2022-12-07 11:38:27 +01:00 committed by GitHub
parent 69d16ab9b4
commit d2ad67384f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class HaConfigRepairsDashboard extends SubscribeMixin(LitElement) {
<div class="content">
<ha-card outlined>
<div class="card-content">
${this._repairsIssues.length
${issues.length
? html`
<ha-config-repairs
.hass=${this.hass}