mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-10 17:19:03 +01:00
25 lines
501 B
JSON
25 lines
501 B
JSON
{
|
|
"domain": "vesync",
|
|
"name": "VeSync",
|
|
"codeowners": [
|
|
"@markperdue",
|
|
"@webdjoe",
|
|
"@thegardenmonkey",
|
|
"@vlebourl",
|
|
"@tv4you2016"
|
|
],
|
|
"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",
|
|
"requirements": [
|
|
"pyvesync==2.1.12"
|
|
],
|
|
"version": "1.3.2"
|
|
} |