mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Add support for MJJSQ humidifiers for Xiaomi MIIO integration (#18678)
This commit is contained in:
parent
a94c776f05
commit
24e484a001
@ -208,6 +208,9 @@ Supported devices:
|
|||||||
| Air Humidifier CA1 | zhimi.humidifier.ca1 | |
|
| Air Humidifier CA1 | zhimi.humidifier.ca1 | |
|
||||||
| Air Humidifier CA4 | zhimi.humidifier.ca4 | |
|
| Air Humidifier CA4 | zhimi.humidifier.ca4 | |
|
||||||
| Air Humidifier CB1 | zhimi.humidifier.cb1 | |
|
| Air Humidifier CB1 | zhimi.humidifier.cb1 | |
|
||||||
|
| Air Humidifier JSQ | deerma.humidifier.jsq | |
|
||||||
|
| Air Humidifier JSQ1 | deerma.humidifier.jsq1 | |
|
||||||
|
| Air Humidifier MJJSQ | deerma.humidifier.mjjsq| |
|
||||||
| Air Fresh VA2 | zhimi.airfresh.va2 | |
|
| Air Fresh VA2 | zhimi.airfresh.va2 | |
|
||||||
|
|
||||||
|
|
||||||
@ -469,6 +472,17 @@ Clean mode and Motor speed can only be set when the device is turned on.
|
|||||||
- `humidity`
|
- `humidity`
|
||||||
- `temperature`
|
- `temperature`
|
||||||
|
|
||||||
|
### Air Humidifier JSQ/JSQ1/MJJSQ (deerma.humidifier.jsq/deerma.humidifier.jsq1/deerma.humidifier.mjjsq)
|
||||||
|
|
||||||
|
- On, Off
|
||||||
|
- Operation modes (low, medium, high, humidity)
|
||||||
|
- Buzzer (on, off)
|
||||||
|
- LED (on, off)
|
||||||
|
- Target humidity (30, 40, 50, 60, 70, 80)
|
||||||
|
- Sensor entities
|
||||||
|
- `humidity`
|
||||||
|
- `temperature`
|
||||||
|
|
||||||
### Air Fresh VA2
|
### Air Fresh VA2
|
||||||
|
|
||||||
- Power (on, off)
|
- Power (on, off)
|
||||||
@ -503,9 +517,9 @@ The sensor platform does not supply additional services.
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
| Platform | Service(s) | Related auto generated device entities |
|
| Platform | Service(s) | Related auto generated device entities |
|
||||||
|--------------|----------------------------|-------------------------------------------------------------|
|
|--------------|----------------------------|--------------------------------------------------------------|
|
||||||
| `humidifier` | `set_humidity`, `set_mode` | Main device entity |
|
| `humidifier` | `set_humidity`, `set_mode` | Main device entity |
|
||||||
| `switch` | `turn_on`, `turn_off` | `buzzer`, `child_lock`, `cleaning_mode` and `dry_mode` |
|
| `switch` | `turn_on`, `turn_off` | `buzzer`, `child_lock`, `cleaning_mode`, `dry_mode` and `led`|
|
||||||
| `sensor` | _None_ | `actual_speed`, `humidity`, `temperature` and `water_level` |
|
| `sensor` | _None_ | `actual_speed`, `humidity`, `temperature` and `water_level` |
|
||||||
| `number` | `set_value` | `motor_speed` |
|
| `number` | `set_value` | `motor_speed` |
|
||||||
| `select` | `select_option` | `led_brightness` |
|
| `select` | `select_option` | `led_brightness` |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user