U-V add host field description (#104872)
Co-authored-by: Simone Chemelli <simone.chemelli@gmail.com>
This commit is contained in:
parent
95f7db1970
commit
8661aa96bd
10 changed files with 31 additions and 2 deletions
|
@ -11,6 +11,9 @@
|
|||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"site": "Site ID",
|
||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Hostname or IP address of your UniFi Network."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Hostname or IP address of your UniFi Protect device."
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Hostname or IP address fo your V2C Trydan EVSE."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Hostname or IP address of your Vallox device."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -2,13 +2,16 @@
|
|||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Connect to the Venstar Thermostat",
|
||||
"description": "Connect to the Venstar thermostat",
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"pin": "[%key:common::config_flow::data::pin%]",
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Hostname or IP address of your Venstar thermostat."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"access_token": "[%key:common::config_flow::data::access_token%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Hostname or IP address of your Vilfo router."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -2,13 +2,15 @@
|
|||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "VIZIO SmartCast Device",
|
||||
"description": "An access token is only needed for TVs. If you are configuring a TV and do not have an access token yet, leave it blank to go through a pairing process.",
|
||||
"data": {
|
||||
"name": "[%key:common::config_flow::data::name%]",
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"device_class": "Device Type",
|
||||
"access_token": "[%key:common::config_flow::data::access_token%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Hostname or IP address of your VIZIO SmartCast device."
|
||||
}
|
||||
},
|
||||
"pair_tv": {
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
"port": "[%key:common::config_flow::data::port%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"name": "[%key:common::config_flow::data::name%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Hostname or IP address of your VLC media player."
|
||||
}
|
||||
},
|
||||
"hassio_confirm": {
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your Vodafone Station."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"port": "[%key:common::config_flow::data::port%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Hostname or IP address of your Volumio media player."
|
||||
}
|
||||
},
|
||||
"discovery_confirm": {
|
||||
|
|
Loading…
Add table
Reference in a new issue