From 1eb0983fba0116eeb2d18707daadad59b29422a0 Mon Sep 17 00:00:00 2001 From: Ethan Madden Date: Mon, 1 Aug 2022 08:06:28 -0700 Subject: [PATCH] Enable air quality sensor for Core300s (#75695) --- homeassistant/components/vesync/sensor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/vesync/sensor.py b/homeassistant/components/vesync/sensor.py index 45018c79ca0..c5a2e7182a9 100644 --- a/homeassistant/components/vesync/sensor.py +++ b/homeassistant/components/vesync/sensor.py @@ -73,8 +73,8 @@ def ha_dev_type(device): FILTER_LIFE_SUPPORTED = ["LV-PUR131S", "Core200S", "Core300S", "Core400S", "Core600S"] -AIR_QUALITY_SUPPORTED = ["LV-PUR131S", "Core400S", "Core600S"] -PM25_SUPPORTED = ["Core400S", "Core600S"] +AIR_QUALITY_SUPPORTED = ["LV-PUR131S", "Core300S", "Core400S", "Core600S"] +PM25_SUPPORTED = ["Core300S", "Core400S", "Core600S"] SENSORS: tuple[VeSyncSensorEntityDescription, ...] = ( VeSyncSensorEntityDescription(