Update information about Viessmann developer dashboard in ViCare integration (#31059)

* Update vicare.markdown

* Update vicare.markdown

* Apply suggestions from code review

Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>

* Apply suggestions from code review

* vicare.markdown aktualisieren

Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>

* tiny tiny tweak

---------

Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Christopher Fenner 2024-01-29 10:28:47 +01:00 committed by GitHub
parent 9d169fa2d3
commit 6446b695d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,17 +34,16 @@ There is currently support for the following device types within Home Assistant:
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
Set `username`and `password` to your Viessmann Developer Portal login credentials. Use your ViCare app login credentials for *username* and *password*.
The required Client ID can be obtained as follows:
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. The required *client ID* can be obtained from the [Viessmann Developer Portal](https://app.developer.viessmann.com/):
2. In the menu navigate to API Keys. 1. Log in with **your existing ViCare app username and password**.
3. Create a new OAuth client using the following data: 2. On the developer dashboard, select **Add** in the **Clients** section.
```txt 3. Create a new client using the following data:
Name: PyViCare - Name: `HomeAssistant`
Google reCAPTCHA: Disabled - Google reCAPTCHA: Disabled
Redirect URIs: vicare://oauth-callback/everest - Redirect URIs: `vicare://oauth-callback/everest`
``` 4. Find the **Client ID** in the **Clients** section on the developer dashboard.
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`. 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`.