2020-05-11 09:05:13 +00:00
|
|
|
|
{
|
|
|
|
|
"config": {
|
2021-01-22 23:48:06 +00:00
|
|
|
|
"flow_title": "Lutron Caséta {name} ({host})",
|
2020-05-11 09:05:13 +00:00
|
|
|
|
"step": {
|
|
|
|
|
"import_failed": {
|
|
|
|
|
"title": "Failed to import Caséta bridge configuration.",
|
|
|
|
|
"description": "Couldn’t setup bridge (host: {host}) imported from configuration.yaml."
|
2021-01-22 23:48:06 +00:00
|
|
|
|
},
|
|
|
|
|
"user": {
|
|
|
|
|
"title": "Automaticlly connect to the bridge",
|
|
|
|
|
"description": "Enter the ip address of the device.",
|
|
|
|
|
"data": {
|
|
|
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"link": {
|
|
|
|
|
"title": "Pair with the bridge",
|
|
|
|
|
"description": "To pair with {name} ({host}), after submitting this form, press the black button on the back of the bridge."
|
2020-05-11 09:05:13 +00:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"error": {
|
2020-10-05 12:23:34 +00:00
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-05-11 09:05:13 +00:00
|
|
|
|
},
|
|
|
|
|
"abort": {
|
2021-01-22 23:48:06 +00:00
|
|
|
|
"not_lutron_device": "Discovered device is not a Lutron device",
|
2020-10-05 12:23:34 +00:00
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-05-11 09:05:13 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2020-10-05 12:23:34 +00:00
|
|
|
|
}
|