Move transmission limit and order config options to the options flow (#37198)

pull/37216/head
Gleb Sinyavskiy 2020-06-28 22:51:18 +02:00 committed by GitHub
parent 4a374f0378
commit 76fa581bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,7 @@
"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%]",
"limit": "Limit",
"order": "Order"
"port": "[%key:common::config_flow::data::port%]"
}
}
},
@ -28,7 +26,9 @@
"init": {
"title": "Configure options for Transmission",
"data": {
"scan_interval": "Update frequency"
"scan_interval": "Update frequency",
"limit": "Limit",
"order": "Order"
}
}
}