mirror of
https://github.com/cyberjunky/home-assistant-garmin_connect.git
synced 2026-01-08 20:38:00 -05:00
69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Garmin Connect login",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"mfa": {
|
|
"title": "Garmin Connect MFA code",
|
|
"data": {
|
|
"mfa_code": "MFA code (6-digits)"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "Garmin Connect reauthentication",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"too_many_requests": "Too many requests, retry later",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"invalid_mfa_code": "Invalid MFA code"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"login_failed": {
|
|
"message": "Failed to login to Garmin Connect, unable to update"
|
|
},
|
|
"add_body_composition_failed": {
|
|
"message": "Failed to add body composition: {error}"
|
|
},
|
|
"add_blood_pressure_failed": {
|
|
"message": "Failed to add blood pressure: {error}"
|
|
},
|
|
"set_active_gear_failed": {
|
|
"message": "Failed to set active gear: {error}"
|
|
},
|
|
"no_integration_configured": {
|
|
"message": "No Garmin Connect integration configured"
|
|
},
|
|
"integration_not_loaded": {
|
|
"message": "Garmin Connect integration not fully loaded"
|
|
},
|
|
"create_activity_failed": {
|
|
"message": "Failed to create activity: {error}"
|
|
},
|
|
"upload_activity_failed": {
|
|
"message": "Failed to upload activity: {error}"
|
|
},
|
|
"file_not_found": {
|
|
"message": "File not found: {file_path}"
|
|
},
|
|
"add_gear_to_activity_failed": {
|
|
"message": "Failed to add gear to activity: {error}"
|
|
}
|
|
}
|
|
} |