2020-08-29 21:47:00 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{name}",
|
2020-08-29 21:47:00 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Connect to NZBGet",
|
|
|
|
"data": {
|
2020-10-03 13:28:42 +00:00
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
2020-08-29 21:47:00 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]",
|
2020-10-03 14:06:45 +00:00
|
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
|
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
2020-08-29 21:47:00 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-08-30 18:59:15 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-08-29 21:47:00 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"scan_interval": "Update frequency (seconds)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|