add data_description for url key

This commit is contained in:
mib1185 2025-04-17 20:03:00 +00:00
parent 80b45266b1
commit a1e840a35e

View File

@ -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%]"
}
}
},