mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Lifx, Lutron: add host field description (#104855)
This commit is contained in:
parent
3316f6980d
commit
3cba10fa20
@ -6,6 +6,9 @@
|
|||||||
"description": "If you leave the host empty, discovery will be used to find devices.",
|
"description": "If you leave the host empty, discovery will be used to find devices.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]"
|
"host": "[%key:common::config_flow::data::host%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your LIFX device."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pick_device": {
|
"pick_device": {
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
"description": "Enter the IP address of the device.",
|
"description": "Enter the IP address of the device.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]"
|
"host": "[%key:common::config_flow::data::host%]"
|
||||||
|
},
|
||||||
|
"data_description": {
|
||||||
|
"host": "The hostname or IP address of your Lutron Caseta Smart Bridge."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"link": {
|
"link": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user