25 lines
501 B
JSON
Raw Normal View History

2022-04-01 15:02:13 +02:00
{
"domain": "vesync",
"name": "VeSync",
2024-04-20 16:33:26 +02:00
"codeowners": [
"@markperdue",
"@webdjoe",
"@thegardenmonkey",
"@vlebourl",
"@tv4you2016"
],
2022-04-01 15:02:13 +02:00
"config_flow": true,
"dhcp": [
{
"hostname": "levoit-*",
"macaddress": "*"
}
],
"documentation": "https://github.com/micahqcade/custom_vesync",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/micahqcade/custom_vesync",
2024-04-20 16:33:26 +02:00
"requirements": [
2024-06-30 14:41:33 +02:00
"pyvesync==2.1.12"
2024-04-20 16:33:26 +02:00
],
2024-06-30 14:41:33 +02:00
"version": "1.3.2"
2024-04-20 16:33:26 +02:00
}