Skip to content

Commit

Permalink
Balboa, Bond, Bosch: add host field description (#104695)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ffeeca7 authored Nov 29, 2023
1 parent efd330f commit bcfb530
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion homeassistant/components/balboa/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"config": {
"step": {
"user": {
"title": "Connect to the Balboa Wi-Fi device",
"description": "Connect to the Balboa Wi-Fi device",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your Balboa Spa Wifi Device. For example, 192.168.1.58."
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/bond/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"access_token": "[%key:common::config_flow::data::access_token%]"
},
"data_description": {
"host": "The IP address of your Bond hub."
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/bosch_shc/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"title": "SHC authentication parameters",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your Bosch Smart Home Controller."
}
},
"credentials": {
Expand Down

0 comments on commit bcfb530

Please sign in to comment.