diff --git a/src/components/ha-filter-integrations.ts b/src/components/ha-filter-integrations.ts index cab9726f44..86295e1095 100644 --- a/src/components/ha-filter-integrations.ts +++ b/src/components/ha-filter-integrations.ts @@ -92,7 +92,7 @@ export class HaFilterIntegrations extends LitElement { setTimeout(() => { if (!this.expanded) return; this.renderRoot.querySelector("mwc-list")!.style.height = - `${this.clientHeight - 49}px`; + `${this.clientHeight - 49 - 32}px`; // 32px is the height of the search input }, 300); } }