Files
core/homeassistant/components/harmony/strings.json
J. Nick Koston 76be95d7e0 Make devices and activities visible as harmony attributes (#37559)
* Make devices and activities visibile as harmony attributes

* Allow restoring previous activity, add tests

* fix test

* Kill activity_notify with fire

* remove trailing ,
2020-07-07 09:02:22 -05:00

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."
}
}
}
}
}