mirror of https://github.com/home-assistant/core
120 lines
3.3 KiB
JSON
120 lines
3.3 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"pick_implementation": {
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
},
|
|
"auth": {
|
|
"title": "Link Fitbit"
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "The Fitbit integration needs to re-authenticate your account"
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_access_token": "[%key:common::config_flow::error::invalid_access_token%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
|
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"wrong_account": "The user credentials provided do not match this Fitbit account.",
|
|
"oauth_timeout": "[%key:common::config_flow::abort::oauth2_timeout%]",
|
|
"oauth_unauthorized": "[%key:common::config_flow::abort::oauth2_unauthorized%]",
|
|
"oauth_failed": "[%key:common::config_flow::abort::oauth2_failed%]"
|
|
},
|
|
"create_entry": {
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"battery": {
|
|
"name": "Battery"
|
|
},
|
|
"battery_level": {
|
|
"name": "Battery level"
|
|
},
|
|
"activity_calories": {
|
|
"name": "Activity calories"
|
|
},
|
|
"calories": {
|
|
"name": "Calories"
|
|
},
|
|
"calories_bmr": {
|
|
"name": "Calories BMR"
|
|
},
|
|
"elevation": {
|
|
"name": "Elevation"
|
|
},
|
|
"floors": {
|
|
"name": "Floors"
|
|
},
|
|
"resting_heart_rate": {
|
|
"name": "Resting heart rate"
|
|
},
|
|
"minutes_fairly_active": {
|
|
"name": "Minutes fairly active"
|
|
},
|
|
"minutes_lightly_active": {
|
|
"name": "Minutes lightly active"
|
|
},
|
|
"minutes_sedentary": {
|
|
"name": "Minutes sedentary"
|
|
},
|
|
"minutes_very_active": {
|
|
"name": "Minutes very active"
|
|
},
|
|
"sleep_start_time": {
|
|
"name": "Sleep start time"
|
|
},
|
|
"steps": {
|
|
"name": "Steps"
|
|
},
|
|
"bmi": {
|
|
"name": "BMI"
|
|
},
|
|
"body_fat": {
|
|
"name": "Body fat"
|
|
},
|
|
"awakenings_count": {
|
|
"name": "Awakenings count"
|
|
},
|
|
"sleep_efficiency": {
|
|
"name": "Sleep efficiency"
|
|
},
|
|
"minutes_after_wakeup": {
|
|
"name": "Minutes after wakeup"
|
|
},
|
|
"sleep_minutes_asleep": {
|
|
"name": "Sleep minutes asleep"
|
|
},
|
|
"sleep_minutes_awake": {
|
|
"name": "Sleep minutes awake"
|
|
},
|
|
"sleep_minutes_to_fall_asleep": {
|
|
"name": "Sleep minutes to fall asleep"
|
|
},
|
|
"sleep_time_in_bed": {
|
|
"name": "Sleep time in bed"
|
|
},
|
|
"calories_in": {
|
|
"name": "Calories in"
|
|
},
|
|
"water": {
|
|
"name": "Water"
|
|
}
|
|
}
|
|
},
|
|
|
|
"device": {
|
|
"tracker": {
|
|
"name": "{display_name} tracker"
|
|
}
|
|
}
|
|
}
|