mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-14 19:19:00 +01:00
Support Levoit Oasismist 1000S Humidifier (#161)
* Bump version to 2.1.10 * Support Levoit Oasismist 1000S
This commit is contained in:
parent
5060c96dff
commit
fd118ad204
@ -25,7 +25,7 @@ VS_MODE_SLEEP = "sleep"
|
|||||||
VS_TO_HA_ATTRIBUTES = {"humidity": "current_humidity"}
|
VS_TO_HA_ATTRIBUTES = {"humidity": "current_humidity"}
|
||||||
|
|
||||||
VS_FAN_TYPES = ["VeSyncAirBypass", "VeSyncAir131"]
|
VS_FAN_TYPES = ["VeSyncAirBypass", "VeSyncAir131"]
|
||||||
VS_HUMIDIFIERS_TYPES = ["VeSyncHumid200300S", "VeSyncHumid200S"]
|
VS_HUMIDIFIERS_TYPES = ["VeSyncHumid200300S", "VeSyncHumid200S", "VeSyncHumid1000S"]
|
||||||
|
|
||||||
DEV_TYPE_TO_HA = {
|
DEV_TYPE_TO_HA = {
|
||||||
"ESL100": "bulb-dimmable",
|
"ESL100": "bulb-dimmable",
|
||||||
|
@ -12,6 +12,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"issue_tracker": "https://github.com/vlebourl/custom_vesync",
|
"issue_tracker": "https://github.com/vlebourl/custom_vesync",
|
||||||
"requirements": ["pyvesync==2.1.7"],
|
"requirements": ["pyvesync==2.1.10"],
|
||||||
"version": "1.0.2"
|
"version": "1.0.2"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
pyvesync==2.1.7
|
pyvesync==2.1.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user