22 lines
684 B
JSON
22 lines
684 B
JSON
|
{
|
||
|
"config": {
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"title": "Vallox",
|
||
|
"description": "Set up the Vallox integration. If you have problems with configuration go to https://www.home-assistant.io/integrations/vallox.",
|
||
|
"data": {
|
||
|
"host": "[%key:common::config_flow::data::host%]",
|
||
|
"name": "[%key:common::config_flow::data::name%]"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"abort": {
|
||
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
||
|
},
|
||
|
"error": {
|
||
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||
|
"invalid_host": "[%key:common::config_flow::error::invalid_host%]"
|
||
|
}
|
||
|
}
|
||
|
}
|