mirror of
https://github.com/cyberjunky/home-assistant-garmin_connect.git
synced 2026-01-07 20:13:57 -05:00
Catch authentication errors and show them in the UI Limit last activity to 5 in attributes
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Enter your Garmin Connect credentials",
|
|
"data": {
|
|
"password": "Password",
|
|
"username": "Username"
|
|
},
|
|
"description": "Enter your credentials."
|
|
},
|
|
"mfa": {
|
|
"title": "Enter your Garmin Connect MFA code",
|
|
"data": {
|
|
"mfa_code": "MFA code (6-digits)"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "Enter your Garmin Connect credentials",
|
|
"data": {
|
|
"password": "Password",
|
|
"username": "Username"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "Account is already configured",
|
|
"reauth_successful": "Reauthentication successful"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"too_many_requests": "Too many requests, retry later",
|
|
"unknown": "Unexpected error",
|
|
"invalid_mfa_code": "Invalid MFA code"
|
|
}
|
|
}
|
|
} |