core/homeassistant/components/linky/strings.json

23 lines
758 B
JSON
Raw Normal View History

{
"config": {
"step": {
"user": {
"title": "Linky",
"description": "Enter your credentials",
"data": {
"username": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"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)"
},
"abort": {
"already_configured": "Account already configured"
}
}
}