W-Z: add host field description (#104996)

pull/105135/head
c0ffeeca7 2023-12-04 14:48:56 +01:00 committed by Franck Nijhof
parent df8f462370
commit 8fd2e6451a
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
8 changed files with 24 additions and 2 deletions

View File

@ -2,10 +2,12 @@
"config": {
"step": {
"user": {
"title": "WeatherFlow discovery",
"description": "Unable to discover Tempest WeatherFlow devices. Click submit to try again.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your Tempest WeatherFlow device."
}
}
},

View File

@ -3,11 +3,13 @@
"flow_title": "LG webOS Smart TV",
"step": {
"user": {
"title": "Connect to webOS TV",
"description": "Turn on TV, fill the following fields click submit",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "[%key:common::config_flow::data::name%]"
},
"data_description": {
"host": "Hostname or IP address of your webOS TV."
}
},
"pairing": {

View File

@ -6,6 +6,9 @@
"description": "Set up your WLED to integrate with Home Assistant.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your WLED device."
}
},
"zeroconf_confirm": {

View File

@ -6,6 +6,9 @@
"description": "Set up MusicCast to integrate with Home Assistant.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your Yamaha MusicCast receiver."
}
},
"confirm": {

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 Yardian Smart Sprinkler Controller. You can find it in the Yardian app."
}
}
},

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 Yeelight Wi-Fi bulb."
}
},
"pick_device": {

View File

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

View File

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