2019-07-29 07:21:26 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Define the velbus connection type",
|
|
|
|
"data": {
|
2019-07-30 21:26:06 +00:00
|
|
|
"name": "The name for this velbus connection",
|
|
|
|
"port": "Connection string"
|
2019-07-29 07:21:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-09-30 11:53:03 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2019-07-29 07:21:26 +00:00
|
|
|
},
|
2020-09-30 11:53:03 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
|
|
}
|
2019-07-30 21:26:06 +00:00
|
|
|
}
|
2019-07-29 07:21:26 +00:00
|
|
|
}
|