Clarify exactly how to get the API key for ViCare (#25529)

This commit is contained in:
Keith Wansbrough 2023-01-07 23:54:17 +00:00 committed by GitHub
parent aeeb9d5dcb
commit 80d4446424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.