2021-04-05 08:11:06 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{serial} ({host})",
|
2021-04-05 08:11:06 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
|
|
},
|
|
|
|
"abort": {
|
2021-04-15 09:17:32 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
2021-04-05 08:11:06 +00:00
|
|
|
}
|
|
|
|
}
|
2021-05-11 05:14:33 +00:00
|
|
|
}
|