mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Add missing translation string in blebox (#127827)
This commit is contained in:
parent
fbd9502474
commit
b75ed5b8f1
@ -15,7 +15,9 @@
|
|||||||
"description": "Set up your BleBox to integrate with Home Assistant.",
|
"description": "Set up your BleBox to integrate with Home Assistant.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::ip%]",
|
"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"
|
"title": "Set up your BleBox device"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user