36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name} ({host})",
|
|
"step": {
|
|
"user": {
|
|
"description": "Set up ViCare integration. To generate API key go to https://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%]",
|
|
"heating_type": "Heating type"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
},
|
|
"services": {
|
|
"set_vicare_mode": {
|
|
"name": "Set ViCare mode",
|
|
"description": "Set a ViCare mode.",
|
|
"fields": {
|
|
"vicare_mode": {
|
|
"name": "ViCare mode",
|
|
"description": "ViCare mode."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|