From a7ac00a468bf0dd36f7bc39f425bd6ce3299857a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 26 Nov 2024 00:30:09 +0100 Subject: [PATCH] Add data description for Stookwijzer config flow --- homeassistant/components/stookwijzer/strings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homeassistant/components/stookwijzer/strings.json b/homeassistant/components/stookwijzer/strings.json index 975b0dbfba3e4e..189af89b282a86 100644 --- a/homeassistant/components/stookwijzer/strings.json +++ b/homeassistant/components/stookwijzer/strings.json @@ -5,6 +5,9 @@ "description": "Select the location you want to recieve the Stookwijzer information for.", "data": { "location": "[%key:common::config_flow::data::location%]" + }, + "data_description": { + "location": "Use the map to set the location for Stookwijzer." } } },