From cd81d5249ebe29dcb5b3c1c2b458e4bc048158c0 Mon Sep 17 00:00:00 2001 From: Matrix Date: Mon, 29 Jul 2024 18:02:59 +0800 Subject: [PATCH] Yolink: add network information (#33931) * Add reminder * Format yolink doc * suggestions --- source/_integrations/yolink.markdown | 36 ++++++++++++++++++---------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/source/_integrations/yolink.markdown b/source/_integrations/yolink.markdown index e84ad1c4a67..43886aaf357 100644 --- a/source/_integrations/yolink.markdown +++ b/source/_integrations/yolink.markdown @@ -40,19 +40,7 @@ Home Assistant will use account linking provided by Nabu Casa for authenticating If you want to use separate credentials, please contact to obtain a `client_id` and `client_secret`. Then you can add your credentials via application credentials. Settings > Devices & Services > click the menu (three dots at the top right of the screen) and then **Application Credentials**. Enter your credentials in the pop-up window. {% enddetails %} -## Services - -### `Play on SpeakerHub` - -With this service, you can convert text to speech for playback on SpeakerHub. - -Service data attribute | Optional | Description --|-|- -`target_device` | no| SpeakerHub device ID for audio playback. -`message` | no| Text for speech conversion. -`tone` | no| Tone before playing audio. -`volume` | no| Speaker volume during playback. -`repeat` | no| The number of times the text will be repeated. +## Supported device list The integration is tested and verified for the following devices from YoLink: @@ -64,6 +52,7 @@ The integration is tested and verified for the following devices from YoLink: - YS3607-UC (YoLink SirenFob) - YS4002-UC (YoLink Thermostat) - YS4003-UC (YoLink Thermostat Heatpump) +- YS4004-UC (YoLink Thermostat 2) - YS4906-UC + YS7706-UC (Garage Door Kit 1) - YS4908-UC + YS7706-UC (Garage Door Kit 2 (Finger)) - YS4909-UC (Water Valve Controller) @@ -103,8 +92,29 @@ The integration is tested and verified for the following devices from YoLink: - YS8004-UC (Weatherproof Temperature Sensor) - YS8005-UC (Weatherproof Temperature & Humidity Sensor) - YS8006-UC (X3 Temperature & Humidity Sensor) +- YS8007-UC (Thermometer Hygrometer) - YS8014-UC (X3 Outdoor Temperature Sensor) - YS8015-UC (X3 Outdoor Temperature & Humidity Sensor) - YS5006-UC (FlowSmart Control) - YS5007-UC (FlowSmart Meter) - YS5008-UC (FlowSmart All-in-One) + +## Services + +### `Play on SpeakerHub` + +With this service, you can convert text to speech for playback on SpeakerHub. + +Service data attribute | Optional | Description +-|-|- +`target_device` | no| SpeakerHub device ID for audio playback. +`message` | no| Text for speech conversion. +`tone` | no| Tone before playing audio. +`volume` | no| Speaker volume during playback. +`repeat` | no| The number of times the text will be repeated. + +## Community notes + +1. This integration requires an MQTT connection to be established via port 8003. If you are using a firewall, please allow communication via port 8003 in the firewall settings. +2. If you use a network proxy, such as a VPN, the integration may not be able to update the device status. Turn off the VPN. +3. Please do not use UAC as credentials for the Home Assistant YoLink integration.