From fd118ad204bd756cce11cea2a48fce4a40710807 Mon Sep 17 00:00:00 2001 From: Samir Jafferali Date: Tue, 5 Sep 2023 11:05:45 -0700 Subject: [PATCH] Support Levoit Oasismist 1000S Humidifier (#161) * Bump version to 2.1.10 * Support Levoit Oasismist 1000S --- custom_components/vesync/const.py | 2 +- custom_components/vesync/manifest.json | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/vesync/const.py b/custom_components/vesync/const.py index a0db6fe..e0f8ec2 100644 --- a/custom_components/vesync/const.py +++ b/custom_components/vesync/const.py @@ -25,7 +25,7 @@ VS_TO_HA_ATTRIBUTES = {"humidity": "current_humidity"} VS_FAN_TYPES = ["VeSyncAirBypass", "VeSyncAir131"] -VS_HUMIDIFIERS_TYPES = ["VeSyncHumid200300S", "VeSyncHumid200S"] +VS_HUMIDIFIERS_TYPES = ["VeSyncHumid200300S", "VeSyncHumid200S", "VeSyncHumid1000S"] DEV_TYPE_TO_HA = { "ESL100": "bulb-dimmable", diff --git a/custom_components/vesync/manifest.json b/custom_components/vesync/manifest.json index 4b72f2d..11a78b9 100644 --- a/custom_components/vesync/manifest.json +++ b/custom_components/vesync/manifest.json @@ -12,6 +12,6 @@ "documentation": "https://www.home-assistant.io/integrations/vesync", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/vlebourl/custom_vesync", - "requirements": ["pyvesync==2.1.7"], + "requirements": ["pyvesync==2.1.10"], "version": "1.0.2" } diff --git a/requirements.txt b/requirements.txt index 190dc6c..3dd8ebd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyvesync==2.1.7 +pyvesync==2.1.10