mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
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:
parent
9d169fa2d3
commit
6446b695d0
@ -34,17 +34,16 @@ There is currently support for the following device types within Home Assistant:
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
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). 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
|
||||
Name: PyViCare
|
||||
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.
|
||||
Use your ViCare app login credentials for *username* and *password*.
|
||||
|
||||
The required *client ID* can be obtained from the [Viessmann Developer Portal](https://app.developer.viessmann.com/):
|
||||
1. Log in with **your existing ViCare app username and password**.
|
||||
2. On the developer dashboard, select **Add** in the **Clients** section.
|
||||
3. Create a new client using the following data:
|
||||
- Name: `HomeAssistant`
|
||||
- Google reCAPTCHA: Disabled
|
||||
- Redirect URIs: `vicare://oauth-callback/everest`
|
||||
4. Find the **Client ID** in the **Clients** section on the developer dashboard.
|
||||
|
||||
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`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user