From a1e840a35e1047f51dda248ad76caef8b03543a2 Mon Sep 17 00:00:00 2001 From: mib1185 Date: Thu, 17 Apr 2025 20:03:00 +0000 Subject: [PATCH] add data_description for url key --- homeassistant/components/feedreader/strings.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/homeassistant/components/feedreader/strings.json b/homeassistant/components/feedreader/strings.json index 35022e82bb1..6c1a05d4b7b 100644 --- a/homeassistant/components/feedreader/strings.json +++ b/homeassistant/components/feedreader/strings.json @@ -1,15 +1,24 @@ { + "common": { + "data_description_url": "The URL of the RSS/Atom feed." + }, "config": { "step": { "user": { "data": { "url": "[%key:common::config_flow::data::url%]" + }, + "data_description": { + "url": "[%key:component::feedreader::common::data_description_url%]" } }, "reconfigure": { "description": "Update your configuration information for {name}.", "data": { "url": "[%key:common::config_flow::data::url%]" + }, + "data_description": { + "url": "[%key:component::feedreader::common::data_description_url%]" } } },