Samir Jafferali fd118ad204
Support Levoit Oasismist 1000S Humidifier (#161)
* Bump version to 2.1.10

* Support Levoit Oasismist 1000S
2023-09-05 20:05:45 +02:00

18 lines
459 B
JSON

{
"domain": "vesync",
"name": "VeSync",
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@vlebourl"],
"config_flow": true,
"dhcp": [
{
"hostname": "levoit-*",
"macaddress": "*"
}
],
"documentation": "https://www.home-assistant.io/integrations/vesync",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/vlebourl/custom_vesync",
"requirements": ["pyvesync==2.1.10"],
"version": "1.0.2"
}