Add filter for domains to entity settings (#20605)

This commit is contained in:
Bram Kragten
2024-04-24 13:53:14 +02:00
committed by GitHub
parent 87bcd3e471
commit 4c9c52d27d
5 changed files with 219 additions and 3 deletions

View File

@@ -55,7 +55,11 @@ export class HaFilterIntegrations extends LitElement {
@value-changed=${this._handleSearchChange}
>
</search-input-outlined>
<mwc-list class="ha-scrollbar" @click=${this._handleItemClick}>
<mwc-list
class="ha-scrollbar"
@click=${this._handleItemClick}
multi
>
${repeat(
this._integrations(this._manifests, this._filter, this.value),
(i) => i.domain,