2022-04-01 15:02:13 +02:00
|
|
|
{
|
|
|
|
"domain": "vesync",
|
|
|
|
"name": "VeSync",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
2022-04-26 16:26:24 +02:00
|
|
|
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@vlebourl"],
|
2022-11-08 15:34:05 +01:00
|
|
|
"requirements": ["git+https://github.com/webdjoe/pyvesync.git@master#pyvesync==2.1.0"],
|
2022-04-01 15:02:13 +02:00
|
|
|
"config_flow": true,
|
|
|
|
"iot_class": "cloud_polling",
|
2022-11-08 15:01:05 +01:00
|
|
|
"version": "0.2.1",
|
2022-04-26 16:26:24 +02:00
|
|
|
"issue_tracker": "https://github.com/vlebourl/custom_vesync",
|
2022-04-01 15:50:18 +02:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "levoit-*",
|
|
|
|
"macaddress": "*"
|
|
|
|
}
|
|
|
|
]
|
2022-04-01 15:02:13 +02:00
|
|
|
}
|