mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix client id label in ViCare integration (#103111)
This commit is contained in:
parent
8668f47543
commit
5f09503cf3
@ -3,11 +3,11 @@
|
||||
"flow_title": "{name} ({host})",
|
||||
"step": {
|
||||
"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": {
|
||||
"username": "[%key:common::config_flow::data::email%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"client_id": "[%key:common::config_flow::data::api_key%]",
|
||||
"client_id": "Client ID",
|
||||
"heating_type": "Heating type"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user