mirror of https://github.com/home-assistant/core
11 lines
317 B
JSON
11 lines
317 B
JSON
{
|
|
"domain": "vesync",
|
|
"name": "VeSync",
|
|
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@cdnninja"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pyvesync"],
|
|
"requirements": ["pyvesync==2.1.12"]
|
|
}
|