mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 09:39:00 +01:00
08d7acd045
* bump pyvesync * bump pyvesync
18 lines
458 B
JSON
18 lines
458 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.6"],
|
|
"version": "0.2.5"
|
|
}
|