Skip to content

Commit

Permalink
Add info what to enter into host field (#104658)
Browse files Browse the repository at this point in the history
* Add info what to enter into host field

* Fix style
  • Loading branch information
c0ffeeca7 authored Nov 28, 2023
1 parent 56f2f17 commit 9bdf82e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant/components/adguard/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"username": "[%key:common::config_flow::data::username%]",
"ssl": "[%key:common::config_flow::data::ssl%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
},
"data_description": {
"host": "The hostname or IP address of the device running your AdGuard Home."
}
},
"hassio_confirm": {
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/airtouch4/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"title": "Set up your AirTouch 4 connection details.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of the device running your AirTouch controller."
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/airvisual_pro/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"data": {
"ip_address": "[%key:common::config_flow::data::host%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"ip_address": "The hostname or IP address of the device running your AirVisual Pro."
}
}
},
Expand Down
4 changes: 4 additions & 0 deletions homeassistant/components/alarmdecoder/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"port": "[%key:common::config_flow::data::port%]",
"device_baudrate": "Device Baud Rate",
"device_path": "Device Path"
},
"data_description": {
"host": "The hostname or IP address of the machine connected to the AlarmDecoder device.",
"port": "The port on which AlarmDecoder is accessible (for example, 10000)"
}
}
},
Expand Down

0 comments on commit 9bdf82e

Please sign in to comment.