Goalzero to HEOS: add host field description ()

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
homeassistant/components

View file

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

View file

@ -7,6 +7,9 @@
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"name": "Hub Name" "name": "Hub Name"
},
"data_description": {
"host": "The hostname or IP address of your Logitech Harmony Hub."
} }
}, },
"link": { "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).", "description": "Please enter the host name or IP address of a Heos device (preferably one connected via wire to the network).",
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]" "host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your HEOS device."
} }
} }
}, },