2019-12-23 20:54:25 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"error": {
|
2020-10-05 12:32:09 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
2020-10-05 14:41:16 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
2020-10-05 12:32:09 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
2019-12-23 20:54:25 +00:00
|
|
|
},
|
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%]"
|
|
|
|
},
|
2019-12-23 20:54:25 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
2020-05-12 16:08:07 +00:00
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::email%]",
|
2020-05-12 17:50:44 +00:00
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2020-05-12 16:08:07 +00:00
|
|
|
},
|
2019-12-23 20:54:25 +00:00
|
|
|
"description": "Please enter your information.",
|
|
|
|
"title": "Tesla - Configuration"
|
|
|
|
}
|
2020-04-15 16:41:18 +00:00
|
|
|
}
|
2019-12-23 20:54:25 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
2020-03-23 03:33:55 +00:00
|
|
|
"scan_interval": "Seconds between scans",
|
|
|
|
"enable_wake_on_start": "Force cars awake on startup"
|
2019-12-23 20:54:25 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-10-05 12:32:09 +00:00
|
|
|
}
|