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

27 lines
782 B
JSON
Raw Normal View History

{
2021-12-23 00:14:21 +00:00
"config": {
"abort": {
2022-03-02 22:22:14 +00:00
"already_configured": "Account is already configured",
"reauth_successful": "Re-authentication was successful"
2021-12-23 00:14:21 +00:00
},
"error": {
"cannot_connect": "Failed to connect",
2022-03-03 00:20:45 +00:00
"incorrect_api_key": "Invalid API key for selected account",
"invalid_auth": "Invalid authentication",
"no_devices": "No devices discovered",
2022-03-03 00:20:45 +00:00
"no_username": "Could not get username"
2021-12-23 00:14:21 +00:00
},
"step": {
2022-03-03 00:20:45 +00:00
"reauth_confirm": {
2021-12-23 00:14:21 +00:00
"data": {
2022-03-02 22:22:14 +00:00
"api_key": "API Key"
}
},
2022-03-03 00:20:45 +00:00
"user": {
2022-03-02 22:22:14 +00:00
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "API Key"
2021-12-23 00:14:21 +00:00
}
}
}
}
}