22 lines
534 B
JSON
22 lines
534 B
JSON
{
|
|
"config": {
|
|
"flow_title": "Roku: {name}",
|
|
"step": {
|
|
"user": {
|
|
"description": "Enter your Roku information.",
|
|
"data": { "host": "Host or IP address" }
|
|
},
|
|
"ssdp_confirm": {
|
|
"title": "Roku",
|
|
"description": "Do you want to set up {name}?",
|
|
"data": {}
|
|
}
|
|
},
|
|
"error": { "cannot_connect": "Failed to connect, please try again" },
|
|
"abort": {
|
|
"already_configured": "Roku device is already configured",
|
|
"unknown": "Unexpected error"
|
|
}
|
|
}
|
|
}
|