2021-01-29 10:05:13 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
|
|
"token": "[%key:common::config_flow::data::access_token%]"
|
|
|
|
}
|
2021-04-06 19:20:57 +00:00
|
|
|
},
|
|
|
|
"reauth_confirm": {
|
|
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
|
|
"description": "The Nuki integration needs to re-authenticate with your bridge.",
|
|
|
|
"data": {
|
|
|
|
"token": "[%key:common::config_flow::data::access_token%]"
|
|
|
|
}
|
2021-01-29 10:05:13 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
2021-04-06 19:20:57 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
2021-01-29 10:05:13 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|