Goalzero to HEOS: add host field description (#104786)
This commit is contained in:
parent
04b72953e6
commit
d7de9c13fd
3 changed files with 9 additions and 0 deletions
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue