Fix client id label in ViCare integration (#103111)

This commit is contained in:
Christopher Fenner 2023-10-31 10:35:51 +01:00 committed by GitHub
parent 8668f47543
commit 5f09503cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
"flow_title": "{name} ({host})", "flow_title": "{name} ({host})",
"step": { "step": {
"user": { "user": {
"description": "Set up ViCare integration. To generate API key go to https://developer.viessmann.com", "description": "Set up ViCare integration. To generate client ID go to https://app.developer.viessmann.com",
"data": { "data": {
"username": "[%key:common::config_flow::data::email%]", "username": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
"client_id": "[%key:common::config_flow::data::api_key%]", "client_id": "Client ID",
"heating_type": "Heating type" "heating_type": "Heating type"
} }
} }