core/homeassistant/components/vesync/manifest.json

17 lines
358 B
JSON

{
"domain": "vesync",
"name": "VeSync",
"codeowners": [
"@markperdue",
"@webdjoe",
"@thegardenmonkey",
"@cdnninja",
"@iprak"
],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/vesync",
"iot_class": "cloud_polling",
"loggers": ["pyvesync.vesync"],
"requirements": ["pyvesync==2.1.18"]
}