2020-05-10 02:16:21 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{name}",
|
2020-05-10 02:16:21 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Connect to the BSB-Lan device",
|
2022-01-22 14:01:03 +00:00
|
|
|
"description": "Set up your BSB-Lan device to integrate with Home Assistant.",
|
2020-05-10 02:16:21 +00:00
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]",
|
2020-11-30 19:13:16 +00:00
|
|
|
"passkey": "Passkey string",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2020-05-10 02:16:21 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-02 19:43:13 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-05-10 02:16:21 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2022-01-22 14:01:03 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-05-10 02:16:21 +00:00
|
|
|
}
|
|
|
|
}
|
2020-10-02 19:43:13 +00:00
|
|
|
}
|