20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"config": {
|
|
"flow_title": "DirecTV: {name}",
|
|
"step": {
|
|
"ssdp_confirm": {
|
|
"data": {},
|
|
"description": "Do you want to set up {name}?"
|
|
},
|
|
"user": {
|
|
"data": { "host": "Host or IP address" }
|
|
}
|
|
},
|
|
"error": { "cannot_connect": "Failed to connect, please try again" },
|
|
"abort": {
|
|
"already_configured": "DirecTV receiver is already configured",
|
|
"unknown": "Unexpected error"
|
|
}
|
|
}
|
|
}
|