From 7e7905d3f4b9e1b62d73399d699d8f26521d6561 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Sun, 12 May 2024 06:53:54 +0000 Subject: [PATCH] Fixes (show configure button and don't make them interactive) --- .../integrations/ha-config-integration-page.ts | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/panels/config/integrations/ha-config-integration-page.ts b/src/panels/config/integrations/ha-config-integration-page.ts index 68f5a7669fd5..2afb107fd9fe 100644 --- a/src/panels/config/integrations/ha-config-integration-page.ts +++ b/src/panels/config/integrations/ha-config-integration-page.ts @@ -425,11 +425,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { ${discoveryFlows.map( (flow) => - html` + html` ${flow.localized_title} ${flow.localized_title} @@ -674,8 +668,6 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { const configPanel = this._configPanel(item.domain, this.hass.panels); return html` ${item.disabled_by === "user" - ? html` + ? html` ${this.hass.localize("ui.common.enable")} ` : configPanel && (item.domain !== "matter" || isDevVersion(this.hass.config.version)) ? html` ${this.hass.localize( @@ -720,7 +712,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { >` : item.supports_options && !stateText ? html` - + ${this.hass.localize( "ui.panel.config.integrations.config_entry.configure" )}