From 8868f214f37534ba79789f62423413dffab938dc Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Tue, 3 Jun 2025 20:47:54 +0200 Subject: [PATCH 1/2] Replace "numbers" with "digits" in `invalid_backbone_key` message of `knx` (#146124) The KNX Backbone Key has a length of 128 bits, so written as a hexadecimal number that yields 32 digits. This fix thus replaces "numbers" with "digits" in the `invalid_backbone_key` message. --- homeassistant/components/knx/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/knx/strings.json b/homeassistant/components/knx/strings.json index a4195dc7d2d1f7..dc4d7de42fff51 100644 --- a/homeassistant/components/knx/strings.json +++ b/homeassistant/components/knx/strings.json @@ -131,7 +131,7 @@ }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", - "invalid_backbone_key": "Invalid backbone key. 32 hexadecimal numbers expected.", + "invalid_backbone_key": "Invalid backbone key. 32 hexadecimal digits expected.", "invalid_individual_address": "Value does not match pattern for KNX individual address.\n'area.line.device'", "invalid_ip_address": "Invalid IPv4 address.", "keyfile_invalid_signature": "The password to decrypt the `.knxkeys` file is wrong.", From 7ad1e756e7b37b5fa847e8eaae2b984d2201838e Mon Sep 17 00:00:00 2001 From: Erwin Douna Date: Tue, 3 Jun 2025 21:54:44 +0200 Subject: [PATCH 2/2] SMA fix strings (#146112) * Fix * Feedback --- homeassistant/components/sma/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/sma/strings.json b/homeassistant/components/sma/strings.json index e19acf20cf8be8..8253d94a74906b 100644 --- a/homeassistant/components/sma/strings.json +++ b/homeassistant/components/sma/strings.json @@ -34,10 +34,10 @@ "title": "Set up SMA Solar" }, "discovery_confirm": { - "title": "[%key:component::sma::config::step::user::title]", - "description": "Do you want to setup the discovered SMA ({host})?", + "title": "[%key:component::sma::config::step::user::title%]", + "description": "Do you want to set up the discovered SMA device ({host})?", "data": { - "group": "[%key:component::sma::config::step::user::data::group]", + "group": "[%key:component::sma::config::step::user::data::group%]", "password": "[%key:common::config_flow::data::password%]", "ssl": "[%key:common::config_flow::data::ssl%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"