2021-04-05 08:11:06 +00:00
{
"config" : {
2021-05-11 05:14:33 +00:00
"flow_title" : "{serial} ({host})" ,
2021-04-05 08:11:06 +00:00
"step" : {
"user" : {
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
"data" : {
"host" : "[%key:common::config_flow::data::host%]" ,
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
}
} ,
"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%]"
} ,
"abort" : {
2021-04-15 09:17:32 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2021-04-05 08:11:06 +00:00
}
}
2021-05-11 05:14:33 +00:00
}