27 lines
618 B
JSON
27 lines
618 B
JSON
{
|
|
"config": {
|
|
"title": "DirecTV",
|
|
"flow_title": "DirecTV: {name}",
|
|
"step": {
|
|
"ssdp_confirm": {
|
|
"data": {},
|
|
"description": "Do you want to set up {name}?",
|
|
"title": "Connect to the DirecTV receiver"
|
|
},
|
|
"user": {
|
|
"title": "Connect to the DirecTV receiver",
|
|
"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"
|
|
}
|
|
}
|
|
}
|