1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-26 10:15:33 +01:00

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