hass-core/homeassistant/components/vesync/manifest.json
2024-07-22 13:09:08 +02: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.12"]
}