25 lines
899 B
JSON
25 lines
899 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"auth": {
|
|
"title": "Enter security code",
|
|
"description": "You can find the security code on the back of your gateway.",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"security_code": "Security Code"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_key": "Failed to register with provided key. If this keeps happening, try restarting the gateway.",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"timeout": "Timeout validating the code.",
|
|
"cannot_authenticate": "Cannot authenticate, is Gateway paired with another server like e.g. Homekit?"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]"
|
|
}
|
|
}
|
|
}
|