Skip to content

Commit

Permalink
T-add host field description (#104871)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ffeeca7 authored Dec 4, 2023
1 parent db51a8e commit 7222e2b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
4 changes: 3 additions & 1 deletion homeassistant/components/tellduslive/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"title": "Pick endpoint."
"data_description": {
"host": "Hostname or IP address to Tellstick Net or Tellstick ZNet for Local API."
}
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/tesla_wall_connector/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"title": "Configure Tesla Wall Connector",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your Tesla Wall Connector."
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/tplink/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"description": "If you leave the host empty, discovery will be used to find devices.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your TP-Link device."
}
},
"pick_device": {
Expand Down
4 changes: 3 additions & 1 deletion homeassistant/components/tplink_omada/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"title": "TP-Link Omada Controller",
"data_description": {
"host": "URL of the management interface of your TP-Link Omada controller."
},
"description": "Enter the connection details for the Omada controller. Cloud controllers aren't supported."
},
"site": {
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/tradfri/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"security_code": "Security Code"
},
"data_description": {
"host": "Hostname or IP address of your Trådfri gateway."
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/twinkly/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your Twinkly device."
}
},
"discovery_confirm": {
Expand Down

0 comments on commit 7222e2b

Please sign in to comment.