From 5868a4fa210968eb797ff581e757f501b7e7f97f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 26 Nov 2024 00:45:25 +0100 Subject: [PATCH] Add data description for Stookwijzer config flow (#131591) --- 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." } } },