From 635d52b7bb934aab2dd43cb5a5f13b7ddce3ce5a Mon Sep 17 00:00:00 2001 From: cdnninja Date: Thu, 6 Feb 2025 13:51:57 -0700 Subject: [PATCH] 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 --- source/_integrations/vesync.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/vesync.markdown b/source/_integrations/vesync.markdown index 9cf8b13d627..cdec77559d3 100644 --- a/source/_integrations/vesync.markdown +++ b/source/_integrations/vesync.markdown @@ -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/).