Updated VeSync to show support for 300s and 400s (#21080)

This commit is contained in:
RefineryX 2022-01-07 12:51:44 +00:00 committed by GitHub
parent b89ab56baa
commit 1455830c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,8 +53,10 @@ This integration supports devices controllable by the VeSync App. The following
### Fans
- Core 200S: Smart True HEPA Air Purifier
- Core 300S: Smart True HEPA Air Purifier
- Core 400S: Smart True HEPA Air Purifier
- LEVOIT Smart Wifi Air Purifier (LV-PUR131S)
- LEVOIT Core 200S Smart True HEPA Air Purifier (Core200S)
## Prerequisite
@ -89,15 +91,15 @@ VeSync air purifiers will expose the following details depending on the features
| Attribute | Description | Example |
| ----------------------- | --------------------------------------------------------------------------------- | --------------- |
| `mode` | The current mode the device is in. (LV-PUR131S, Core200S) | manual |
| `speed` | The current speed setting of the device. (LV-PUR131S, Core200S) | high |
| `mode` | The current mode the device is in. (LV-PUR131S, Core200S/300s/400s) | manual |
| `speed` | The current speed setting of the device. (LV-PUR131S, Core200S/300s/400s) | high |
| `speed_list` | The available list of speeds supported by the device. (LV-PUR131S) | high |
| `active_time` | The number of seconds since the device has been in a non-off mode. (LV-PUR131S) | 1598 |
| `filter_life` | Remaining percentage of the filter. (LV-PUR131S, Core200S) | 142 |
| `filter_life` | Remaining percentage of the filter. (LV-PUR131S, (Core200S/300s/400s) | 142 |
| `air_quality` | The current air quality reading. (LV-PUR131S) | excellent |
| `screen_status` | The current status of the screen. (LV-PUR131S) | on |
| `night_light` | The current status of the night light (Core200S) | off |
| `child_lock` | The current status of the child lock (Core200S) | off |
| `night_light` | The current status of the night light (Core200S/Core400s) | off |
| `child_lock` | The current status of the child lock (Core200S/300s/400s) | off |
## Extracting Attribute data