mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Yolink: add network information (#33931)
* Add reminder * Format yolink doc * suggestions
This commit is contained in:
parent
017fd81d28
commit
cd81d5249e
@ -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 <service@yosmart.com> 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.
|
If you want to use separate credentials, please contact <service@yosmart.com> 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 %}
|
{% enddetails %}
|
||||||
|
|
||||||
## Services
|
## Supported device list
|
||||||
|
|
||||||
### `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.
|
|
||||||
|
|
||||||
The integration is tested and verified for the following devices from YoLink:
|
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)
|
- YS3607-UC (YoLink SirenFob)
|
||||||
- YS4002-UC (YoLink Thermostat)
|
- YS4002-UC (YoLink Thermostat)
|
||||||
- YS4003-UC (YoLink Thermostat Heatpump)
|
- YS4003-UC (YoLink Thermostat Heatpump)
|
||||||
|
- YS4004-UC (YoLink Thermostat 2)
|
||||||
- YS4906-UC + YS7706-UC (Garage Door Kit 1)
|
- YS4906-UC + YS7706-UC (Garage Door Kit 1)
|
||||||
- YS4908-UC + YS7706-UC (Garage Door Kit 2 (Finger))
|
- YS4908-UC + YS7706-UC (Garage Door Kit 2 (Finger))
|
||||||
- YS4909-UC (Water Valve Controller)
|
- 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)
|
- YS8004-UC (Weatherproof Temperature Sensor)
|
||||||
- YS8005-UC (Weatherproof Temperature & Humidity Sensor)
|
- YS8005-UC (Weatherproof Temperature & Humidity Sensor)
|
||||||
- YS8006-UC (X3 Temperature & Humidity Sensor)
|
- YS8006-UC (X3 Temperature & Humidity Sensor)
|
||||||
|
- YS8007-UC (Thermometer Hygrometer)
|
||||||
- YS8014-UC (X3 Outdoor Temperature Sensor)
|
- YS8014-UC (X3 Outdoor Temperature Sensor)
|
||||||
- YS8015-UC (X3 Outdoor Temperature & Humidity Sensor)
|
- YS8015-UC (X3 Outdoor Temperature & Humidity Sensor)
|
||||||
- YS5006-UC (FlowSmart Control)
|
- YS5006-UC (FlowSmart Control)
|
||||||
- YS5007-UC (FlowSmart Meter)
|
- YS5007-UC (FlowSmart Meter)
|
||||||
- YS5008-UC (FlowSmart All-in-One)
|
- 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user