2022-04-01 15:02:13 +02:00
|
|
|
{
|
|
|
|
"domain": "vesync",
|
|
|
|
"name": "VeSync",
|
2023-10-27 08:33:05 +01:00
|
|
|
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@vlebourl","@tv4you2016"],
|
2022-04-01 15:02:13 +02:00
|
|
|
"config_flow": true,
|
2022-04-01 15:50:18 +02:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "levoit-*",
|
|
|
|
"macaddress": "*"
|
|
|
|
}
|
2023-04-18 10:28:14 +02:00
|
|
|
],
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"issue_tracker": "https://github.com/vlebourl/custom_vesync",
|
2023-09-05 11:05:45 -07:00
|
|
|
"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
|
|
|
}
|