Skip to content

Commit

Permalink
W-Z: add host field description (#104996)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ffeeca7 committed Dec 4, 2023
1 parent 1629bdc commit 188d6a6
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 2 deletions.
4 changes: 3 additions & 1 deletion homeassistant/components/weatherflow/strings.json
Expand Up @@ -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."
}
}
},
Expand Down
4 changes: 3 additions & 1 deletion homeassistant/components/webostv/strings.json
Expand Up @@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/wled/strings.json
Expand Up @@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/yamaha_musiccast/strings.json
Expand Up @@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/yardian/strings.json
Expand Up @@ -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."
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/yeelight/strings.json
Expand Up @@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/youless/strings.json
Expand Up @@ -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."
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/zeversolar/strings.json
Expand Up @@ -4,6 +4,9 @@
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "Hostname or IP address of your Zeversolar inverter."
}
}
},
Expand Down

0 comments on commit 188d6a6

Please sign in to comment.