mirror of
https://github.com/home-assistant/core.git
synced 2026-02-14 23:28:42 +00:00
21 lines
466 B
JSON
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"]
|
|
}
|