From 5f80fe546db853d1f8af064f9b060c8bc89483f8 Mon Sep 17 00:00:00 2001 From: Angelo Gagliano <25516409+TheGardenMonkey@users.noreply.github.com> Date: Fri, 25 Sep 2020 18:10:29 -0400 Subject: [PATCH] Removes auto from the example attributes (#14607) --- source/_integrations/vesync.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/vesync.markdown b/source/_integrations/vesync.markdown index ceab6227cc5..b2b7602b0cd 100644 --- a/source/_integrations/vesync.markdown +++ b/source/_integrations/vesync.markdown @@ -89,8 +89,8 @@ VeSync air purifiers will expose the following details. | Attribute | Description | Example | | ----------------------- | ----------------------------------------------------------------------- | --------------- | -| `mode` | The current mode the device is in. | auto | -| `speed` | The current speed setting of the device. | auto | +| `mode` | The current mode the device is in. | manual | +| `speed` | The current speed setting of the device. | high | | `speed_list` | The available list of speeds supported by the device. | high | | `active_time` | The number of seconds since the device has been in a non-off mode. | 1598 | | `filter_life` | Remaining percentage of the filter. | 142 |