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

This commit is contained in:
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

View File

@ -8,9 +8,7 @@
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]", "port": "[%key:common::config_flow::data::port%]"
"limit": "Limit",
"order": "Order"
} }
} }
}, },
@ -28,7 +26,9 @@
"init": { "init": {
"title": "Configure options for Transmission", "title": "Configure options for Transmission",
"data": { "data": {
"scan_interval": "Update frequency" "scan_interval": "Update frequency",
"limit": "Limit",
"order": "Order"
} }
} }
} }