25 lines
579 B
JSON
25 lines
579 B
JSON
{
|
|
"title": "Hunter Douglas PowerView",
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to the PowerView Hub",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::ip%]"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|