From 80d44464247be37545b0d87c12833d73605d0b90 Mon Sep 17 00:00:00 2001 From: Keith Wansbrough Date: Sat, 7 Jan 2023 23:54:17 +0000 Subject: [PATCH] Clarify exactly how to get the API key for ViCare (#25529) --- source/_integrations/vicare.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/vicare.markdown b/source/_integrations/vicare.markdown index 40b6c8c27d4..833c761848d 100644 --- a/source/_integrations/vicare.markdown +++ b/source/_integrations/vicare.markdown @@ -34,7 +34,7 @@ There is currently support for the following device types within Home Assistant: Set `username`and `password` to your Viessmann Developer Portal login credentials. The required Client ID can be obtained as follows: -1. Register and login in the [Viessmann Developer Portal](https://developer.viessmann.com). +1. Register and login in the [Viessmann Developer Portal](https://developer.viessmann.com). Use the same account as the one you registered your device with in ViCare. 2. In the menu navigate to API Keys. 3. Create a new OAuth client using the following data: ```txt @@ -42,6 +42,7 @@ The required Client ID can be obtained as follows: Google reCAPTCHA: Disabled Redirect URIs: vicare://oauth-callback/everest ``` +4. Copy the Client ID from the Viessmann portal and enter this in the API Key field in Home Assistant. The `heating_type` can either be `auto` to automatically find the most suitable type for your device or one of `gas`, `oil`, `pellets`, `heatpump`, `fuelcell`, `hybrid`.