2020-03-19 16:29:51 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"flow_title": "Logitech Harmony Hub {name}",
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Setup Logitech Harmony Hub",
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"name": "Hub Name"
|
|
|
|
}
|
2020-03-19 16:29:51 +00:00
|
|
|
},
|
|
|
|
"link": {
|
|
|
|
"title": "Setup Logitech Harmony Hub",
|
|
|
|
"description": "Do you want to setup {name} ({host})?"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-03 11:31:45 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
2020-03-19 16:29:51 +00:00
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"abort": {
|
2020-10-03 16:17:24 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2020-03-19 16:29:51 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"description": "Adjust Harmony Hub Options",
|
|
|
|
"data": {
|
|
|
|
"activity": "The default activity to execute when none is specified.",
|
2020-07-07 14:02:22 +00:00
|
|
|
"delay_secs": "The delay between sending commands."
|
2020-03-19 16:29:51 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-10-03 11:31:45 +00:00
|
|
|
}
|