mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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 <git@frenck.dev>
This commit is contained in:
parent
735def6f28
commit
635d52b7bb
@ -34,6 +34,7 @@ The devices must be added to the VeSync App before this {% term integration %} c
|
|||||||
|
|
||||||
The following platforms are supported:
|
The following platforms are supported:
|
||||||
|
|
||||||
|
- **binary sensor**
|
||||||
- **fan**
|
- **fan**
|
||||||
- **humidifier**
|
- **humidifier**
|
||||||
- **light**
|
- **light**
|
||||||
@ -143,6 +144,13 @@ Sensors and settings exposed by VeSync humidifiers.
|
|||||||
| ----------------------- | ---------------------------------------------------------------------------------- | --------- |
|
| ----------------------- | ---------------------------------------------------------------------------------- | --------- |
|
||||||
| `mist_level` | Mist level intensity (Range: 1-9, Step: 1) | 1 |
|
| `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
|
## 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/).
|
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/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user