mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 13:44:32 +01:00
11 lines
303 B
JSON
11 lines
303 B
JSON
{
|
|
"domain": "vesync",
|
|
"name": "VeSync",
|
|
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
|
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey"],
|
|
"requirements": ["pyvesync==1.4.2"],
|
|
"config_flow": true,
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pyvesync"]
|
|
}
|