Add missing translation string in blebox (#127827)
This commit is contained in:
parent
da1ac4f1e9
commit
2bd7ce618a
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@
|
|||
"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%]"
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"username": "[%key:common::config_flow::data::username%]"
|
||||
},
|
||||
"title": "Set up your BleBox device"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue