Add missing data_description for lamarzocco OptionsFlow (#131708)

This commit is contained in:
Josef Zweck 2024-11-27 22:37:15 +01:00 committed by Franck Nijhof
parent db5c93f96d
commit 3fff3003f2
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -67,8 +67,10 @@
"step": { "step": {
"init": { "init": {
"data": { "data": {
"title": "Update Configuration",
"use_bluetooth": "Use Bluetooth" "use_bluetooth": "Use Bluetooth"
},
"data_description": {
"use_bluetooth": "Should the integration try to use Bluetooth to control the machine?"
} }
} }
} }