Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Support Levoit Oasismist 1000S Humidifier (#161)
Browse files Browse the repository at this point in the history
* Bump version to 2.1.10

* Support Levoit Oasismist 1000S
  • Loading branch information
sjafferali authored Sep 5, 2023
1 parent 5060c96 commit fd118ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/vesync/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/vesync/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyvesync==2.1.7
pyvesync==2.1.10

0 comments on commit fd118ad

Please sign in to comment.