Use references in blebox config flow (#41244)
This commit is contained in:
parent
78b4c3981f
commit
979346f1ce
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "This BleBox device is already configured.",
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"address_already_configured": "A BleBox device is already configured at {address}."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Unable to connect to the BleBox device. (Check the logs for errors.)",
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"unsupported_version": "BleBox device has outdated firmware. Please upgrade it first.",
|
||||
"unknown": "Unknown error while connecting to the BleBox device. (Check the logs for errors.)"
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||
},
|
||||
"flow_title": "BleBox device: {name} ({host})",
|
||||
"step": {
|
||||
|
|
Loading…
Add table
Reference in a new issue