* Using latest winthings_api module. Drastically reduced complexity of tests. * Removing import source. * Fixing test requirements. * Using requests_mock instead of responses module. * Updating file formatting. * Removing unused method. * Adding support for new OAuth2 config flow. * Addressing PR feedback. Removing unecessary base_url from config, this is a potential breaking change. * Addressing PR feedback.
15 lines
338 B
JSON
15 lines
338 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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|