Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Withings app creation steps #29998

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions source/_integrations/withings.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,19 @@ The **Withings** {% term integration %} consumes data from various health produc

You must have a developer account to distribute the data. [Create a free developer account](https://account.withings.com/partner/add_oauth2).

Values for your account:

- Logo: Any reasonable picture will do.
- Description: Personal app for collecting my data.
- Contact Email: Your email address
- Callback Uri: `https://my.home-assistant.io/redirect/oauth`.
- Company: Home Assistant

Once saved, the "Client Id" and "Consumer Secret" fields will be populated. You will need these in the next step.
Create an application:
1. Ensure you have selected *Withings public cloud* (instead of Withings US medical cloud)
2. Create an application
3. Application creation: Public creation.
- Read and accept the terms if you're happy by pressing **Next**
4. Information:
- Target environment: *Development*
- Application name: [any name]
- Application description: [any description]
- Registered URLs: `https://my.home-assistant.io/redirect/oauth`
- Change logo: Optional.

Once saved, the *ClientID* and *Secret* fields will be populated. You will need these in the next step.

{% details "I have manually disabled My Home Assistant" %}

Expand Down