T-add host field description (#104871)
parent
db51a8e1f7
commit
7222e2b2d6
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue