mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
add data_description for url key
This commit is contained in:
parent
80b45266b1
commit
a1e840a35e
@ -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%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user