From b0ce231da1c07a3be5369a21f88836f915d83cec Mon Sep 17 00:00:00 2001 From: Indu Prakash <6459774+iprak@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:31:23 -0600 Subject: [PATCH] Add night light brightness (#37332) * Added humidifiers * Fixes * Mist level can only be set when humidifier is in manual mode * Added night_light_brightness * Update to match select entity --- source/_integrations/vesync.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_integrations/vesync.markdown b/source/_integrations/vesync.markdown index cdec77559d3..498830acf5e 100644 --- a/source/_integrations/vesync.markdown +++ b/source/_integrations/vesync.markdown @@ -142,7 +142,11 @@ Sensors and settings exposed by VeSync humidifiers. | Number | Description | Example | | ----------------------- | ---------------------------------------------------------------------------------- | --------- | -| `mist_level` | Mist level intensity (Range: 1-9, Step: 1) | 1 | +| `mist_level` | Mist level intensity (Range: 1-9, Step: 1). Only available in manual mode. | 1 | + +| Select | Description | Example | +| ----------------------- | ---------------------------------------------------------------------------------- | --------- | +| `night_light_level`| Night light brightness level (Values: off, dim, bright). | off | ## Binary Sensors