From 149618c8c2eed34cba60de9f5931b54eb35b0ef8 Mon Sep 17 00:00:00 2001 From: Danny Tsang Date: Fri, 24 Nov 2023 20:10:03 +0000 Subject: [PATCH] Updated Withings app creation steps. --- source/_integrations/withings.markdown | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/source/_integrations/withings.markdown b/source/_integrations/withings.markdown index 1331024983f9..71a945be4127 100644 --- a/source/_integrations/withings.markdown +++ b/source/_integrations/withings.markdown @@ -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" %}