mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 11:26:46 +00:00
Sentence-case names and remove "True/False" in `emulated_roku`setup As a binary field is shown as an on/off toggle in the UI there is no need to include "(True/False)" in the field label.
22 lines
571 B
JSON
22 lines
571 B
JSON
{
|
|
"title": "Emulated Roku",
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"advertise_ip": "Advertise IP address",
|
|
"advertise_port": "Advertise port",
|
|
"host_ip": "Host IP address",
|
|
"listen_port": "Listen port",
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"upnp_bind_multicast": "Bind multicast"
|
|
},
|
|
"title": "Define server configuration"
|
|
}
|
|
}
|
|
}
|
|
}
|