From 97967abfebab31d805b0b6ce5296bc24db42617c Mon Sep 17 00:00:00 2001 From: G Johansson Date: Thu, 21 May 2026 19:25:03 +0200 Subject: [PATCH] Fix missing string in smhi (#171756) --- homeassistant/components/smhi/strings.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/smhi/strings.json b/homeassistant/components/smhi/strings.json index fc940ca3e5f8..c3c6c4823613 100644 --- a/homeassistant/components/smhi/strings.json +++ b/homeassistant/components/smhi/strings.json @@ -5,20 +5,24 @@ "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]" }, "error": { - "wrong_location": "Location Sweden only" + "wrong_location": "Only locations in Sweden are supported" }, "step": { "reconfigure": { "data": { - "latitude": "[%key:common::config_flow::data::latitude%]", - "longitude": "[%key:common::config_flow::data::longitude%]" + "location": "[%key:common::config_flow::data::location%]" + }, + "data_description": { + "location": "Choose a location in Sweden." }, "title": "Reconfigure your location in Sweden" }, "user": { "data": { - "latitude": "[%key:common::config_flow::data::latitude%]", - "longitude": "[%key:common::config_flow::data::longitude%]" + "location": "[%key:common::config_flow::data::location%]" + }, + "data_description": { + "location": "[%key:component::smhi::config::step::reconfigure::data_description::location%]" }, "title": "Location in Sweden" }