mirror of
https://github.com/home-assistant/core.git
synced 2026-05-18 14:29:57 +01:00
18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"domain": "vesync",
|
|
"name": "VeSync",
|
|
"codeowners": [
|
|
"@markperdue",
|
|
"@webdjoe",
|
|
"@thegardenmonkey",
|
|
"@cdnninja",
|
|
"@iprak",
|
|
"@sapuseven"
|
|
],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pyvesync"],
|
|
"requirements": ["pyvesync==3.3.3"]
|
|
}
|