core/homeassistant/components/vesync/manifest.json

11 lines
303 B
JSON
Raw Normal View History

{
"domain": "vesync",
"name": "VeSync",
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey"],
"config_flow": true,
2023-02-08 19:10:18 +00:00
"documentation": "https://www.home-assistant.io/integrations/vesync",
"iot_class": "cloud_polling",
2023-02-08 19:10:18 +00:00
"loggers": ["pyvesync"],
"requirements": ["pyvesync==2.1.1"]
2021-03-20 00:50:52 +00:00
}