mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* Added code files * Correctly name init file * Update codeowners * Update requirements * Added code files * Correctly name init file * Update codeowners * Update requirements * Black changes, added to coveragerc * Removed documentation location for now * Added documentation url * Fixed merge * Fixed flake8 syntax * Fixed isort * Removed false check and double throttle, applied time format change * Renamed email to username, used dict, deleted unused type, changed attr name * Async and ConfigFlow code * Fixes * Added device_class and misc fixes * isort and pylint fixes * Removed from test requirements * Fixed isort checkblack * Removed host field * Fixed coveragerc * Start working test file * Added more config_flow tests * Enable only most used sensors by default * Added more default enabled sensors, fixed tests * Fixed isort * Test config_flow improvements * Remove unused import * Removed redundant patch calls * Fixed mock return value * Updated to garmin_connect 0.1.8 fixed exceptions * Quick fix test patch to see if rest is error free * Fixed mock routine * Code improvements from PR feedback * Fix entity indentifier * Reverted device identifier * Fixed abort message * Test fix * Fixed unique_id MockConfigEntry
25 lines
599 B
JSON
25 lines
599 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "This account is already configured."
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect, please try again.",
|
|
"invalid_auth": "Invalid authentication.",
|
|
"too_many_requests": "Too many requests, retry later.",
|
|
"unknown": "Unexpected error."
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"password": "Password",
|
|
"username": "Username"
|
|
},
|
|
"description": "Enter your credentials.",
|
|
"title": "Garmin Connect"
|
|
}
|
|
},
|
|
"title": "Garmin Connect"
|
|
}
|
|
}
|