core/homeassistant/components/tesla/strings.json

34 lines
1001 B
JSON
Raw Normal View History

{
"config": {
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
2021-02-10 19:55:06 +00:00
"abort": {
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
},
"step": {
"user": {
"data": {
"username": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"description": "Please enter your information.",
"title": "Tesla - Configuration"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Seconds between scans",
"enable_wake_on_start": "Force cars awake on startup"
}
}
}
}
}