36 lines
904 B
JSON
36 lines
904 B
JSON
{
|
|
"config": {
|
|
"flow_title": "Logitech Harmony Hub {name}",
|
|
"step": {
|
|
"user": {
|
|
"title": "Setup Logitech Harmony Hub",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"name": "Hub Name"
|
|
}
|
|
},
|
|
"link": {
|
|
"title": "Setup Logitech Harmony 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"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"description": "Adjust Harmony Hub Options",
|
|
"data": {
|
|
"activity": "The default activity to execute when none is specified.",
|
|
"delay_secs": "The delay between sending commands."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |