Vesync Binary Sensor (#37004)

* binary sensor details

* Feedback from bot.

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update vesync.markdown

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
cdnninja 2025-02-06 13:51:57 -07:00 committed by GitHub
parent 735def6f28
commit 635d52b7bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ The devices must be added to the VeSync App before this {% term integration %} c
The following platforms are supported:
- **binary sensor**
- **fan**
- **humidifier**
- **light**
@ -143,6 +144,13 @@ Sensors and settings exposed by VeSync humidifiers.
| ----------------------- | ---------------------------------------------------------------------------------- | --------- |
| `mist_level` | Mist level intensity (Range: 1-9, Step: 1) | 1 |
## Binary Sensors
| Binary Sensor | Description | Example |
| ----------------------- | ---------------------------------------------------------------------------------- | --------- |
| `water_lacks` | Indicates whether the device needs a water refill | false |
| `water_tank_lifted` | Water tank is lifted | false |
## Extracting attribute data
In order to get the attributes readings from supported devices, such as voltage from outlets or fan attributes, you'll have to create a [template sensor](/integrations/template#state-based-template-sensors/).