mirror of
https://github.com/home-assistant/core.git
synced 2026-09-17 05:58:41 +01:00
Co-authored-by: Markus Tuominen <3738613+Markus98@users.noreply.github.com>
36 lines
798 B
JSON
36 lines
798 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
},
|
|
"error": {
|
|
"url_error": "The URL could not be opened."
|
|
},
|
|
"step": {
|
|
"reconfigure": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]"
|
|
},
|
|
"description": "Update your configuration information for {name}."
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"max_entries": "Maximum feed entries"
|
|
},
|
|
"data_description": {
|
|
"max_entries": "The maximum number of entries to extract from each feed."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|