56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to NZBGet",
|
|
"data": {
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"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%]",
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
},
|
|
"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)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"pause": {
|
|
"name": "[%key:common::action::pause%]",
|
|
"description": "Pauses download queue."
|
|
},
|
|
"resume": {
|
|
"name": "Resume",
|
|
"description": "Resumes download queue."
|
|
},
|
|
"set_speed": {
|
|
"name": "Set speed",
|
|
"description": "Sets download speed limit.",
|
|
"fields": {
|
|
"speed": {
|
|
"name": "Speed",
|
|
"description": "Speed limit. 0 is unlimited."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|