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-07-05 20:43:06 +02:00
|
|
|
"requirements": ["pyvesync==2.1.7"],
|
2023-04-28 09:57:43 +02:00
|
|
|
"version": "1.0.0"
|
2022-04-01 15:02:13 +02:00
|
|
|
}
|