mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +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})",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user