mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-14 19:19:00 +01:00
Add Vital100S and Vital200S support (#170)
These devices use a different module name from the other air purifiers and are thus currently ignored.
This commit is contained in:
parent
c6602b2b5c
commit
5c0b5bafc0
@ -24,7 +24,7 @@ VS_MODE_SLEEP = "sleep"
|
||||
|
||||
VS_TO_HA_ATTRIBUTES = {"humidity": "current_humidity"}
|
||||
|
||||
VS_FAN_TYPES = ["VeSyncAirBypass", "VeSyncAir131"]
|
||||
VS_FAN_TYPES = ["VeSyncAirBypass", "VeSyncAir131", "VeSyncVital"]
|
||||
VS_HUMIDIFIERS_TYPES = ["VeSyncHumid200300S", "VeSyncHumid200S", "VeSyncHumid1000S"]
|
||||
|
||||
DEV_TYPE_TO_HA = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user