mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Add missing data_description for lamarzocco OptionsFlow (#131708)
This commit is contained in:
parent
c82e408138
commit
44fc5c7871
@ -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?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user