core/homeassistant/components/directv/strings.json

27 lines
616 B
JSON
Raw Normal View History

{
"title": "DirecTV",
"config": {
"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"
}
}
}