1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/emulated_roku/strings.json
Gautham Varma K 622c56b6a7
Use common strings in emulated roku (#41745)
* Use common strings in emulated roku

Replace IP and port with references from common strings

* Update strings.json

*Replace References in mix with sentence with their values.
*Replace name_exists with already_configured

* Replace references in config_flow
2020-10-17 13:13:05 +02:00

20 lines
575 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 (True/False)"
},
"title": "Define server configuration"
}
}
}
}