2022-03-26 19:50:50 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
2022-09-06 00:27:55 +00:00
|
|
|
"already_configured": "Device is already configured",
|
|
|
|
"reauth_successful": "Re-authentication was successful"
|
2022-03-26 19:50:50 +00:00
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect",
|
|
|
|
"invalid_auth": "Invalid authentication",
|
|
|
|
"unknown": "Unexpected error"
|
|
|
|
},
|
|
|
|
"step": {
|
2022-09-06 00:27:55 +00:00
|
|
|
"reauth_confirm": {
|
|
|
|
"data": {
|
|
|
|
"password": "Password"
|
|
|
|
},
|
|
|
|
"description": "Please update your password for {username}",
|
|
|
|
"title": "Reauthenticate Integration"
|
|
|
|
},
|
2022-03-26 19:50:50 +00:00
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"import_plugins": "Import entities from fibaro plugins?",
|
|
|
|
"password": "Password",
|
2022-04-29 00:22:21 +00:00
|
|
|
"url": "URL in the format http://HOST/api/",
|
2022-03-26 19:50:50 +00:00
|
|
|
"username": "Username"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|