Lifx, Lutron: add host field description (#104855)
This commit is contained in:
parent
3316f6980d
commit
3cba10fa20
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
"description": "If you leave the host empty, discovery will be used to find devices.",
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your LIFX device."
|
||||
}
|
||||
},
|
||||
"pick_device": {
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
"description": "Enter the IP address of the device.",
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your Lutron Caseta Smart Bridge."
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
|
|
Loading…
Add table
Reference in a new issue