mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Move transmission limit and order config options to the options flow (#37198)
This commit is contained in:
parent
4a374f0378
commit
76fa581bb9
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user