2019-09-04 05:04:26 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
2019-09-04 05:04:26 +00:00
|
|
|
"title": "Linky",
|
2020-04-05 15:27:16 +00:00
|
|
|
"description": "Enter your credentials",
|
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
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"access": "Could not access to Enedis.fr, please check your internet connection",
|
|
|
|
"enedis": "Enedis.fr answered with an error: please retry later (usually not between 11PM and 2AM)",
|
|
|
|
"wrong_login": "Login error: please check your email & password",
|
|
|
|
"unknown": "Unknown error: please retry later (usually not between 11PM and 2AM)"
|
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "Account already configured"
|
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|