core/homeassistant/components/hunterdouglas_powerview/strings.json

24 lines
552 B
JSON
Raw Normal View History

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