From 5c0b5bafc094b4d97fbdc16152738c596c14eb60 Mon Sep 17 00:00:00 2001 From: jae kaplan Date: Wed, 11 Oct 2023 04:18:56 -0400 Subject: [PATCH] Add Vital100S and Vital200S support (#170) These devices use a different module name from the other air purifiers and are thus currently ignored. --- custom_components/vesync/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/vesync/const.py b/custom_components/vesync/const.py index e0f8ec2..7ea7957 100644 --- a/custom_components/vesync/const.py +++ b/custom_components/vesync/const.py @@ -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 = {