Fix translation string in gardena_bluetooth (#128387)
This commit is contained in:
parent
866912d3f7
commit
a5ecbd547c
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
},
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
||||
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
||||
}
|
||||
},
|
||||
"entity": {
|
||||
|
|
Loading…
Add table
Reference in a new issue