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,
|
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-08-05 18:23:44 +02:00
|
|
|
"version": "1.0.2"
|
2022-04-01 15:02:13 +02:00
|
|
|
}
|