mirror of
https://github.com/home-assistant/core.git
synced 2026-04-30 13:41:18 +01:00
Co-authored-by: SapuSeven <sapuseven@gmail.com> Co-authored-by: Joostlek <joostlek@outlook.com>
18 lines
370 B
JSON
18 lines
370 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.0.0b8"]
|
|
}
|