2020-02-25 18:18:15 +00:00
{
2020-04-05 15:27:16 +00:00
"config" : {
"error" : {
2020-10-01 18:13:50 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]"
2020-04-05 15:27:16 +00:00
} ,
2020-05-12 17:50:44 +00:00
"abort" : {
2020-10-01 18:13:50 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
2020-10-06 09:29:53 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2020-05-12 17:50:44 +00:00
} ,
2020-04-05 15:27:16 +00:00
"step" : {
"validation" : {
"title" : "Two factor authentication" ,
2020-05-12 17:50:44 +00:00
"data" : {
"code" : "Verification code"
} ,
2020-04-05 15:27:16 +00:00
"description" : "Please check your {login_method} ({username}) and enter the verification code below"
2020-02-25 18:18:15 +00:00
} ,
2021-03-16 23:22:07 +00:00
"user_validate" : {
2020-04-05 15:27:16 +00:00
"description" : "If the Login Method is 'email', Username is the email address. If the Login Method is 'phone', Username is the phone number in the format '+NNNNNNNNN'." ,
"data" : {
2020-05-12 17:50:44 +00:00
"password" : "[%key:common::config_flow::data::password%]" ,
"username" : "[%key:common::config_flow::data::username%]" ,
2020-04-05 15:27:16 +00:00
"login_method" : "Login Method"
} ,
"title" : "Setup an August account"
2021-03-16 23:22:07 +00:00
} ,
"reauth_validate" : {
"description" : "Enter the password for {username}." ,
"data" : {
"password" : "[%key:common::config_flow::data::password%]"
} ,
"title" : "Reauthenticate an August account"
2020-04-05 15:27:16 +00:00
}
2020-04-15 16:41:18 +00:00
}
2020-04-05 15:27:16 +00:00
}
2020-09-16 15:35:01 +00:00
}