Skip to content

Commit

Permalink
Frontier to Glances: add host field description (#104787)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <git@frenck.dev>
  • Loading branch information
c0ffeeca7 and frenck committed Nov 30, 2023
1 parent d7de9c1 commit 62537aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion homeassistant/components/frontier_silicon/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of your Frontier Silicon device."
}
},
"device_config": {
"title": "Device Configuration",
"title": "Device configuration",
"description": "The pin can be found via 'MENU button > Main Menu > System setting > Network > NetRemote PIN setup'",
"data": {
"pin": "[%key:common::config_flow::data::pin%]"
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/fully_kiosk/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"password": "[%key:common::config_flow::data::password%]",
"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 Fully Kiosk Browser application."
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/glances/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"version": "Glances API Version (2 or 3)",
"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 system running your Glances system monitor."
}
},
"reauth_confirm": {
Expand Down

0 comments on commit 62537aa

Please sign in to comment.