28 lines
743 B
JSON
28 lines
743 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"kamereon_no_account": "Unable to find Kamereon account."
|
|
},
|
|
"error": {
|
|
"invalid_credentials": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"step": {
|
|
"kamereon": {
|
|
"data": {
|
|
"kamereon_account_id": "Kamereon account id"
|
|
},
|
|
"title": "Select Kamereon account id"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"locale": "Locale",
|
|
"username": "[%key:common::config_flow::data::email%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"title": "Set Renault credentials"
|
|
}
|
|
}
|
|
}
|
|
}
|