From 1c8284609fba93437fef4d94f35d48c94bba24f2 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 26 Feb 2025 13:38:21 +0100 Subject: [PATCH] Update translation keys for sub entry flows (#24400) --- .../config/integrations/ha-config-integration-page.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/panels/config/integrations/ha-config-integration-page.ts b/src/panels/config/integrations/ha-config-integration-page.ts index 7fc583ad28..f973bce2dc 100644 --- a/src/panels/config/integrations/ha-config-integration-page.ts +++ b/src/panels/config/integrations/ha-config-integration-page.ts @@ -950,7 +950,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { > ${this.hass.localize( - `component.${item.domain}.config_subentries.${flowType}.title` + `component.${item.domain}.config_subentries.${flowType}.initiate_flow.user` )}` )} @@ -1059,7 +1059,11 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { > ${subEntry.title} ${this._renderDeviceLine( + >${this.hass.localize( + `component.${configEntry.domain}.config_subentries.${subEntry.subentry_type}.entry_type` + )} + - + ${this._renderDeviceLine( configEntry, devices, services,