1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-14 23:28:42 +00:00
Files
core/homeassistant/components/vesync/manifest.json
2026-02-11 23:27:35 +01: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.1"]
}