18 lines
473 B
JSON
Raw Normal View History

2022-04-01 15:02:13 +02:00
{
"domain": "vesync",
"name": "VeSync",
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@vlebourl","@tv4you2016"],
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.10"],
2023-10-27 14:26:21 +02:00
"version": "1.3.0"
2022-04-01 15:02:13 +02:00
}