2020-03-19 15:50:17 +00:00
{
"config" : {
2022-02-03 17:39:57 +00:00
"flow_title" : "{name} ({ip_address})" ,
2020-03-19 15:50:17 +00:00
"step" : {
"user" : {
"title" : "Connect to the powerwall" ,
2021-02-18 16:01:22 +00:00
"description" : "The password is usually the last 5 characters of the serial number for Backup Gateway and can be found in the Tesla app or the last 5 characters of the password found inside the door for Backup Gateway 2." ,
2020-10-03 13:14:36 +00:00
"data" : {
2021-02-10 19:50:38 +00:00
"ip_address" : "[%key:common::config_flow::data::ip%]" ,
"password" : "[%key:common::config_flow::data::password%]"
2020-10-03 13:14:36 +00:00
}
2022-02-03 17:39:57 +00:00
} ,
"reauth_confim" : {
"title" : "Reauthenticate the powerwall" ,
"description" : "[%key:component::powerwall::config::step::user::description%]" ,
"data" : {
"password" : "[%key:common::config_flow::data::password%]"
}
2022-03-30 08:35:30 +00:00
} ,
2022-02-03 17:39:57 +00:00
"confirm_discovery" : {
"title" : "[%key:component::powerwall::config::step::user::title%]" ,
"description" : "Do you want to setup {name} ({ip_address})?"
2020-03-19 15:50:17 +00:00
}
} ,
"error" : {
2020-10-03 13:14:36 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2020-04-27 00:14:53 +00:00
"wrong_version" : "Your powerwall uses a software version that is not supported. Please consider upgrading or reporting this issue so it can be resolved." ,
2021-02-10 19:50:38 +00:00
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]"
2020-03-19 15:50:17 +00:00
} ,
2020-10-03 13:14:36 +00:00
"abort" : {
2022-02-03 17:39:57 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
2021-02-10 19:50:38 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2020-10-03 13:14:36 +00:00
}
2020-03-19 15:50:17 +00:00
}
}