mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +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": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"url": "[%key:common::config_flow::data::url%]"
|
"url": "[%key:common::config_flow::data::url%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"url": "[%key:component::feedreader::common::data_description_url%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reconfigure": {
|
"reconfigure": {
|
||||||
"description": "Update your configuration information for {name}.",
|
"description": "Update your configuration information for {name}.",
|
||||||
"data": {
|
"data": {
|
||||||
"url": "[%key:common::config_flow::data::url%]"
|
"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