From 9ac3f745b3519687301eb4ee49e07b9ea6d73922 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Thu, 6 Jul 2023 09:42:15 +0200 Subject: [PATCH] Show "Configured" header on integrations dashboard for clarity (#17115) --- .../integrations/ha-config-integrations-dashboard.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/panels/config/integrations/ha-config-integrations-dashboard.ts b/src/panels/config/integrations/ha-config-integrations-dashboard.ts index 969c44bbbf..d670e5894c 100644 --- a/src/panels/config/integrations/ha-config-integrations-dashboard.ts +++ b/src/panels/config/integrations/ha-config-integrations-dashboard.ts @@ -429,6 +429,13 @@ class HaConfigIntegrationsDashboard extends SubscribeMixin(LitElement) { )} ` : ""} + ${configEntriesInProgress.length || + this._showDisabled || + this._showIgnored + ? html`

+ ${this.hass.localize("ui.panel.config.integrations.configured")} +

` + : ""}
${integrations.length ? integrations.map(