1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00
ha-core/homeassistant/components/powerwall/strings.json
2022-03-30 10:35:30 +02:00

38 lines
1.6 KiB
JSON

{
"config": {
"flow_title": "{name} ({ip_address})",
"step": {
"user": {
"title": "Connect to the powerwall",
"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.",
"data": {
"ip_address": "[%key:common::config_flow::data::ip%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"reauth_confim": {
"title": "Reauthenticate the powerwall",
"description": "[%key:component::powerwall::config::step::user::description%]",
"data": {
"password": "[%key:common::config_flow::data::password%]"
}
},
"confirm_discovery": {
"title": "[%key:component::powerwall::config::step::user::title%]",
"description": "Do you want to setup {name} ({ip_address})?"
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"wrong_version": "Your powerwall uses a software version that is not supported. Please consider upgrading or reporting this issue so it can be resolved.",
"unknown": "[%key:common::config_flow::error::unknown%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"abort": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
}
}