core/homeassistant/components/lutron_caseta/translations/en.json

17 lines
512 B
JSON
Raw Normal View History

{
2020-05-13 18:27:21 +00:00
"config": {
"abort": {
2020-10-06 00:08:09 +00:00
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-10-06 00:08:09 +00:00
"cannot_connect": "Failed to connect"
2020-05-13 18:27:21 +00:00
},
"step": {
"import_failed": {
"description": "Couldn\u2019t setup bridge (host: {host}) imported from configuration.yaml.",
"title": "Failed to import Cas\u00e9ta bridge configuration."
}
}
2020-05-29 00:04:16 +00:00
}
}