2020-11-07 17:15:29 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
|
|
}
|
|
|
|
}
|
2020-11-11 12:22:52 +00:00
|
|
|
}
|