core/homeassistant/components/smarthab/translations/en.json

19 lines
679 B
JSON

{
"config": {
"error": {
"service": "Error while trying to reach SmartHab. Service might be down. Check your connection.",
"unknown_error": "Unexpected error",
"wrong_login": "Invalid authentication"
},
"step": {
"user": {
"data": {
"email": "Email",
"password": "Password"
},
"description": "For technical reasons, be sure to use a secondary account specific to your Home Assistant setup. You can create one from the SmartHab application.",
"title": "Setup SmartHab"
}
}
}
}