From 3e1341a7314ef4a68a1a7c5b611582a144a0b380 Mon Sep 17 00:00:00 2001
From: karwosts <32912880+karwosts@users.noreply.github.com>
Date: Wed, 2 Jul 2025 04:43:06 -0700
Subject: [PATCH] Fix glitchy 'show' checkboxes on integration page (#26021)
---
.../config/integrations/ha-config-integrations-dashboard.ts | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/panels/config/integrations/ha-config-integrations-dashboard.ts b/src/panels/config/integrations/ha-config-integrations-dashboard.ts
index 3cb99481cd..f3a8e1eb4a 100644
--- a/src/panels/config/integrations/ha-config-integrations-dashboard.ts
+++ b/src/panels/config/integrations/ha-config-integrations-dashboard.ts
@@ -406,11 +406,7 @@ class HaConfigIntegrationsDashboard extends KeyboardShortcutMixin(
${!this._showDisabled && this.narrow && disabledConfigEntries.length
? html`${disabledConfigEntries.length}`
: ""}
-
+