25 lines
507 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": "*"
}
],
2024-04-20 16:33:26 +02:00
"documentation": "https://github.com/AndreaTomatis/custom_vesync",
"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
}