HLK to Hyperion: add host field description (#104789)

Co-authored-by: Franck Nijhof <git@frenck.dev>
pull/105135/head
c0ffeeca7 2023-11-30 16:38:40 +01:00 committed by Franck Nijhof
parent 62537aa63a
commit fd442fadf8
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
3 changed files with 12 additions and 0 deletions

View File

@ -6,6 +6,9 @@
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your Hi-Link HLK-SW-16 device."
}
}
},

View File

@ -5,12 +5,18 @@
"title": "Pick Hue bridge",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your Hue bridge."
}
},
"manual": {
"title": "Manual configure a Hue bridge",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your Hue bridge."
}
},
"link": {

View File

@ -5,6 +5,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of your Hyperion server."
}
},
"auth": {