T-add host field description (#104871)

pull/104989/head
c0ffeeca7 2023-12-04 11:52:54 +01:00 committed by GitHub
parent db51a8e1f7
commit 7222e2b2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 2 deletions

View File

@ -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."
}
}
}
},

View File

@ -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."
}
}
},

View File

@ -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": {

View File

@ -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": {

View File

@ -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."
}
}
},

View File

@ -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": {