mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Add data description for lamarzocco (#131435)
This commit is contained in:
parent
5bdbd4360e
commit
5b27f07f81
@ -25,7 +25,10 @@
|
|||||||
"bluetooth_selection": {
|
"bluetooth_selection": {
|
||||||
"description": "Select your device from available Bluetooth devices.",
|
"description": "Select your device from available Bluetooth devices.",
|
||||||
"data": {
|
"data": {
|
||||||
"mac": "Bluetooth device"
|
"mac": "[%key:common::config_flow::data::device%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"mac": "Select the Bluetooth device that is your machine"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"machine_selection": {
|
"machine_selection": {
|
||||||
@ -35,7 +38,8 @@
|
|||||||
"machine": "Machine"
|
"machine": "Machine"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"host": "Local IP address of the machine"
|
"host": "Local IP address of the machine",
|
||||||
|
"machine": "Select the machine you want to integrate"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user