1
mirror of https://github.com/home-assistant/core synced 2024-07-15 09:42:11 +02:00

Lifx, Lutron: add host field description (#104855)

This commit is contained in:
c0ffeeca7 2023-12-04 10:44:52 +01:00 committed by GitHub
parent 3316f6980d
commit 3cba10fa20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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": {

View File

@ -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": {