Files
core/homeassistant/components/linky/strings.json
Quentame a73a1a4489 Use config_entry.unique_id in Linky (#31051)
* Use config_entry.unique_id in Linky

* Reviews

* _show_setup_form not async
2020-01-27 08:57:36 -08:00

25 lines
835 B
JSON

{
"config": {
"title": "Linky",
"step": {
"user": {
"title": "Linky",
"description": "Enter your credentials",
"data": {
"username": "Email",
"password": "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"
}
}
}