19 lines
467 B
Markdown
19 lines
467 B
Markdown
# Withings Integration Setup
|
|
|
|
*Note: Withings integration is planned for a future update.*
|
|
|
|
## Requirements
|
|
To gather information from your Withings account, you will need:
|
|
1. A Withings Developer account.
|
|
2. A Client ID and Client Secret.
|
|
|
|
## Configuration
|
|
When implemented, you will add these to your `.env`:
|
|
```env
|
|
WITHINGS_CLIENT_ID=your_id
|
|
WITHINGS_CLIENT_SECRET=your_secret
|
|
```
|
|
|
|
## Data Sync
|
|
Withings data (weightings) will be stored in `data/local/withings/`.
|