Move transmission limit and order config options to the options flow (#37198)
parent
4a374f0378
commit
76fa581bb9
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue