* Update manifest.json to use pyvesync 2.1.10 * Update Requirements for pyvesync * Update test_diagnostics.ambr --------- Co-authored-by: Thibault Cohen <47721+titilambert@users.noreply.github.com>
10 lines
304 B
JSON
10 lines
304 B
JSON
{
|
|
"domain": "vesync",
|
|
"name": "VeSync",
|
|
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pyvesync"],
|
|
"requirements": ["pyvesync==2.1.10"]
|
|
}
|