hass-core/homeassistant/components/vesync/manifest.json
2023-11-30 18:14:22 +01:00

10 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.10"]
}