2021-07-27 15:42:15 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
|
|
}
|
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|