18 lines
458 B
JSON
Raw Normal View History

2022-04-01 15:02:13 +02:00
{
"domain": "vesync",
"name": "VeSync",
2022-04-26 16:26:24 +02:00
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@vlebourl"],
2022-04-01 15:02:13 +02:00
"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": "1.0.0"
2022-04-01 15:02:13 +02:00
}