18 lines
458 B
JSON
Raw Normal View History

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-12-08 10:57:55 +01:00
"requirements": ["pyvesync==2.1.1"],
2022-04-01 15:02:13 +02:00
"config_flow": true,
"iot_class": "cloud_polling",
2022-11-10 09:21:21 +01:00
"version": "0.2.4",
2022-04-26 16:26:24 +02:00
"issue_tracker": "https://github.com/vlebourl/custom_vesync",
"dhcp": [
{
"hostname": "levoit-*",
"macaddress": "*"
}
]
2022-04-01 15:02:13 +02:00
}