2021-04-05 08:11:06 +00:00
{
"config" : {
"abort" : {
2021-04-15 09:17:32 +00:00
"already_configured" : "Device is already configured" ,
2022-04-29 00:22:21 +00:00
"reauth_successful" : "Re-authentication was successful"
2021-04-05 08:11:06 +00:00
} ,
"error" : {
"cannot_connect" : "Failed to connect" ,
"invalid_auth" : "Invalid authentication" ,
"unknown" : "Unexpected error"
} ,
2021-05-11 05:14:33 +00:00
"flow_title" : "{serial} ({host})" ,
2021-04-05 08:11:06 +00:00
"step" : {
"user" : {
"data" : {
"host" : "Host" ,
"password" : "Password" ,
"username" : "Username"
2021-12-06 07:50:45 +00:00
} ,
"description" : "For newer models, enter username `envoy` without a password. For older models, enter username `installer` without a password. For all other models, enter a valid username and password."
2021-04-05 08:11:06 +00:00
}
}
}
}