W-Z: add host field description (#104996)
parent
df8f462370
commit
8fd2e6451a
|
@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "Hostname or IP address of your Zeversolar inverter."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue