2020-05-05 09:29:58 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
2020-10-05 09:48:44 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
2020-05-05 09:29:58 +00:00
|
|
|
"address_already_configured": "A BleBox device is already configured at {address}."
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-05 09:48:44 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
2020-05-05 09:29:58 +00:00
|
|
|
"unsupported_version": "BleBox device has outdated firmware. Please upgrade it first.",
|
2020-10-05 09:48:44 +00:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
2020-05-05 09:29:58 +00:00
|
|
|
},
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{name} ({host})",
|
2020-05-05 09:29:58 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"description": "Set up your BleBox to integrate with Home Assistant.",
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::ip%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]"
|
|
|
|
},
|
|
|
|
"title": "Set up your BleBox device"
|
2020-05-05 09:29:58 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|