Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goalzero to HEOS: add host field description #104786

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions homeassistant/components/goalzero/strings.json
Expand Up @@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/harmony/strings.json
Expand Up @@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/heos/strings.json
Expand Up @@ -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."
}
}
},
Expand Down