core/homeassistant/components/powerwall/translations/en.json

26 lines
1.1 KiB
JSON
Raw Normal View History

2020-03-24 13:18:47 +00:00
{
2021-02-03 10:46:49 +00:00
"config": {
"abort": {
"already_configured": "Device is already configured",
"reauth_successful": "Re-authentication was successful"
2021-02-03 10:46:49 +00:00
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
2021-02-03 10:46:49 +00:00
"unknown": "Unexpected error",
"wrong_version": "Your powerwall uses a software version that is not supported. Please consider upgrading or reporting this issue so it can be resolved."
},
"flow_title": "Tesla Powerwall ({ip_address})",
"step": {
"user": {
"data": {
"ip_address": "IP Address",
"password": "Password"
2021-02-03 10:46:49 +00:00
},
"description": "The password is usually the last 5 characters of the serial number for Backup Gateway and can be found in the Telsa app; or the last 5 characters of the password found inside the door for Backup Gateway 2.",
2021-02-03 10:46:49 +00:00
"title": "Connect to the powerwall"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
}