core/homeassistant/components/hunterdouglas_powerview/translations/en.json

24 lines
655 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"flow_title": "{name} ({host})",
"step": {
"link": {
"description": "Do you want to setup {name} ({host})?",
"title": "Connect to the PowerView Hub"
},
"user": {
"data": {
"host": "IP Address"
},
"title": "Connect to the PowerView Hub"
}
}
}
}