1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-01 03:36:05 +01:00
Files
core/homeassistant/components/vesync/manifest.json
T
2026-05-27 12:43:01 +02:00

21 lines
466 B
JSON

{
"domain": "vesync",
"name": "VeSync",
"codeowners": [
"@markperdue",
"@webdjoe",
"@thegardenmonkey",
"@cdnninja",
"@iprak",
"@sapuseven"
],
"config_flow": true,
"dhcp": [{ "hostname": "levoit-*" }],
"documentation": "https://www.home-assistant.io/integrations/vesync",
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["pyvesync"],
"quality_scale": "bronze",
"requirements": ["pyvesync==3.4.2"]
}