U-V add host field description (#104872)

Co-authored-by: Simone Chemelli <simone.chemelli@gmail.com>
This commit is contained in:
c0ffeeca7 2023-12-04 13:10:22 +01:00 committed by GitHub
parent 95f7db1970
commit 8661aa96bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 31 additions and 2 deletions

View file

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

View file

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

View file

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

View file

@ -4,6 +4,9 @@
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your Vallox device."
}
}
},

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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