2019-09-26 09:14:57 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Setup Transmission Client",
|
|
|
|
"data": {
|
2020-10-03 13:28:42 +00:00
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
2020-05-12 17:50:44 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
2020-06-28 20:51:18 +00:00
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
2019-09-26 09:14:57 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2019-09-26 09:14:57 +00:00
|
|
|
},
|
2020-04-05 15:27:16 +00:00
|
|
|
"error": {
|
2020-10-06 09:25:56 +00:00
|
|
|
"name_exists": "[%key:common::config_flow::data::name%] already exists",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"abort": {
|
2020-10-06 09:25:56 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"title": "Configure options for Transmission",
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
2020-06-28 20:51:18 +00:00
|
|
|
"scan_interval": "Update frequency",
|
|
|
|
"limit": "Limit",
|
|
|
|
"order": "Order"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2019-09-26 09:14:57 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-10-03 13:28:42 +00:00
|
|
|
}
|