23 lines
700 B
JSON
23 lines
700 B
JSON
{
|
|
"config": {
|
|
"title": "Withings",
|
|
"step": {
|
|
"profile": {
|
|
"title": "User Profile.",
|
|
"description": "Which profile did you select on the Withings website? It's important the profiles match, otherwise data will be mis-labeled.",
|
|
"data": {
|
|
"profile": "Profile"
|
|
}
|
|
},
|
|
"pick_implementation": { "title": "Pick Authentication Method" }
|
|
},
|
|
"abort": {
|
|
"authorize_url_timeout": "Timeout generating authorize url.",
|
|
"missing_configuration": "The Withings integration is not configured. Please follow the documentation."
|
|
},
|
|
"create_entry": {
|
|
"default": "Successfully authenticated with Withings."
|
|
}
|
|
}
|
|
}
|