From e561c1cebbd7b910467c5fdd9378ec6fdbaffa2c Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Mon, 29 Dec 2025 20:50:53 +0100 Subject: [PATCH] Fix KNX translation references (#159959) --- homeassistant/components/knx/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/knx/strings.json b/homeassistant/components/knx/strings.json index d2b69ff4f29..b6943d17e84 100644 --- a/homeassistant/components/knx/strings.json +++ b/homeassistant/components/knx/strings.json @@ -845,9 +845,9 @@ }, "mode": { "description": "Select how the entity is displayed in Home Assistant.", - "label": "[%common::config_flow::data::mode%]", + "label": "[%key:common::config_flow::data::mode%]", "options": { - "password": "[%common::config_flow::data::password%]", + "password": "[%key:common::config_flow::data::password%]", "text": "[%key:component::text::entity_component::_::state_attributes::mode::state::text%]" } }