Fix ha-filter-states clear filter behaviour (#20599)

Fix ha-filter-states clear filter behaviour
This commit is contained in:
Matthias Alphart
2024-04-24 10:28:17 +02:00
committed by GitHub
parent 0725c7b160
commit 5fc950f09f
3 changed files with 4 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ export class HaFilterEntities extends LitElement {
? nothing
: html`<ha-check-list-item
.value=${entity.entity_id}
.selected=${this.value?.includes(entity.entity_id)}
.selected=${this.value?.includes(entity.entity_id) ?? false}
graphic="icon"
>
<ha-state-icon