Fix state content options when opening (#21437)

This commit is contained in:
Paul Bottein 2024-07-19 16:48:03 +02:00 committed by GitHub
parent 0fa3538db5
commit d94d5f96c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -214,6 +214,7 @@ class HaEntityStatePicker extends LitElement {
private _openedChanged(ev: ValueChangedEvent<boolean>) {
this._opened = ev.detail.value;
this._comboBox.filteredItems = this._comboBox.items;
}
private _filterChanged(ev?: CustomEvent): void {