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%]", "port": "[%key:common::config_flow::data::port%]",
"site": "Site ID", "site": "Site ID",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]" "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%]", "verify_ssl": "[%key:common::config_flow::data::verify_ssl%]",
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]" "password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "Hostname or IP address of your UniFi Protect device."
} }
}, },
"reauth_confirm": { "reauth_confirm": {

View File

@ -4,6 +4,9 @@
"user": { "user": {
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]" "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": { "user": {
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]" "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": { "config": {
"step": { "step": {
"user": { "user": {
"title": "Connect to the Venstar Thermostat", "description": "Connect to the Venstar thermostat",
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
"pin": "[%key:common::config_flow::data::pin%]", "pin": "[%key:common::config_flow::data::pin%]",
"ssl": "[%key:common::config_flow::data::ssl%]" "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": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"access_token": "[%key:common::config_flow::data::access_token%]" "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": { "config": {
"step": { "step": {
"user": { "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.", "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": { "data": {
"name": "[%key:common::config_flow::data::name%]", "name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"device_class": "Device Type", "device_class": "Device Type",
"access_token": "[%key:common::config_flow::data::access_token%]" "access_token": "[%key:common::config_flow::data::access_token%]"
},
"data_description": {
"host": "Hostname or IP address of your VIZIO SmartCast device."
} }
}, },
"pair_tv": { "pair_tv": {

View File

@ -14,6 +14,9 @@
"port": "[%key:common::config_flow::data::port%]", "port": "[%key:common::config_flow::data::port%]",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
"name": "[%key:common::config_flow::data::name%]" "name": "[%key:common::config_flow::data::name%]"
},
"data_description": {
"host": "Hostname or IP address of your VLC media player."
} }
}, },
"hassio_confirm": { "hassio_confirm": {

View File

@ -13,6 +13,9 @@
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]" "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": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]" "port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "Hostname or IP address of your Volumio media player."
} }
}, },
"discovery_confirm": { "discovery_confirm": {