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,
|
2022-04-01 15:50:18 +02:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "levoit-*",
|
|
|
|
"macaddress": "*"
|
|
|
|
}
|
2023-04-18 10:28:14 +02:00
|
|
|
],
|
2024-04-20 16:33:26 +02:00
|
|
|
"documentation": "https://github.com/AndreaTomatis/custom_vesync",
|
2023-04-18 10:28:14 +02:00
|
|
|
"iot_class": "cloud_polling",
|
2024-04-20 16:33:26 +02:00
|
|
|
"issue_tracker": "https://github.com/AndreaTomatis/custom_vesync",
|
|
|
|
"requirements": [
|
|
|
|
"pyvesync==2.1.10"
|
|
|
|
],
|
2024-03-21 11:44:36 +01:00
|
|
|
"version": "1.3.1"
|
2024-04-20 16:33:26 +02:00
|
|
|
}
|