Removes auto from the example attributes (#14607)

This commit is contained in:
Angelo Gagliano 2020-09-25 18:10:29 -04:00 committed by GitHub
parent c69644ae58
commit 5f80fe546d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |