Add missing translation string in blebox (#127827)

This commit is contained in:
epenet 2024-10-08 08:13:16 +02:00 committed by GitHub
parent fbd9502474
commit b75ed5b8f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
} }