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

T-add host field description #104871

Merged
merged 2 commits into from
Dec 4, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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