mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 05:20:31 +00:00
Fix ha-filter-states clear filter behaviour (#20599)
Fix ha-filter-states clear filter behaviour
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user