29 lines
801 B
JSON
29 lines
801 B
JSON
{
|
|
"config": {
|
|
"error": {
|
|
"already_configured": "Account is already configured",
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"password": "Password",
|
|
"username": "Email"
|
|
},
|
|
"description": "Please enter your information.",
|
|
"title": "Tesla - Configuration"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"enable_wake_on_start": "Force cars awake on startup",
|
|
"scan_interval": "Seconds between scans"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |