2023-07-03 01:26:31 +00:00
{
"config" : {
"step" : {
"user" : {
"data" : {
"utility" : "Utility name" ,
"username" : "[%key:common::config_flow::data::username%]" ,
2023-08-31 04:36:07 +00:00
"password" : "[%key:common::config_flow::data::password%]"
}
} ,
"mfa" : {
"description" : "The TOTP secret below is not one of the 6 digit time-based numeric codes. It is a string of around 16 characters containing the shared secret that enables your authenticator app to generate the correct time-based code at the appropriate time. See the documentation." ,
"data" : {
"totp_secret" : "TOTP Secret"
2023-07-03 01:26:31 +00:00
}
} ,
"reauth_confirm" : {
"title" : "[%key:common::config_flow::title::reauth%]" ,
"data" : {
"username" : "[%key:common::config_flow::data::username%]" ,
2023-08-30 03:37:37 +00:00
"password" : "[%key:common::config_flow::data::password%]" ,
2023-08-31 04:36:07 +00:00
"totp_secret" : "TOTP Secret"
2023-07-03 01:26:31 +00:00
}
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]"
} ,
"abort" : {
2023-07-03 12:53:44 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_service%]" ,
2023-07-03 01:26:31 +00:00
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
}
}
}