Goalzero to HEOS: add host field description (#104786)

This commit is contained in:
c0ffeeca7 2023-11-30 17:04:15 +01:00 committed by Franck Nijhof
parent 04b72953e6
commit d7de9c13fd
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 9 additions and 0 deletions

View file

@ -6,6 +6,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "[%key:common::config_flow::data::name%]"
},
"data_description": {
"host": "The hostname or IP address of your Goal Zero Yeti."
}
},
"confirm_discovery": {

View file

@ -7,6 +7,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "Hub Name"
},
"data_description": {
"host": "The hostname or IP address of your Logitech Harmony Hub."
}
},
"link": {

View file

@ -6,6 +6,9 @@
"description": "Please enter the host name or IP address of a Heos device (preferably one connected via wire to the network).",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your HEOS device."
}
}
},