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

19 lines
674 B
JSON
Raw Normal View History

{
"config": {
"error": {
2020-10-08 00:06:03 +00:00
"invalid_auth": "Invalid authentication",
"service": "Error while trying to reach SmartHab. Service might be down. Check your connection.",
2020-11-11 11:10:09 +00:00
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
2020-07-06 00:02:55 +00:00
"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"
}
}
}
}