mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Goalzero to HEOS: add host field description (#104786)
This commit is contained in:
parent
b9ab28150e
commit
41fb8d50cc
@ -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…
x
Reference in New Issue
Block a user