2022-01-26 09:58:06 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"ip_address": "[%key:common::config_flow::data::ip%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
}
|
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|