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

21 lines
544 B
JSON
Raw Normal View History

{
2021-12-23 00:14:21 +00:00
"config": {
"abort": {
"already_configured": "Account is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"no_devices": "No devices discovered",
"no_username": "Could not get username"
2021-12-23 00:14:21 +00:00
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"name": "Name"
}
}
}
}
}