mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 09:39:00 +01:00
* Air Fryer Properties (AirFryer158) * Fix icon error [*] Fix icon error [*] Frist BETA Air Fryer Methods * Add olther model AIRFRYER * Fix Linters error * Fix Linters error * pass in Linters (flake8, black, isort)
18 lines
473 B
JSON
18 lines
473 B
JSON
{
|
|
"domain": "vesync",
|
|
"name": "VeSync",
|
|
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@vlebourl","@tv4you2016"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "levoit-*",
|
|
"macaddress": "*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
|
"iot_class": "cloud_polling",
|
|
"issue_tracker": "https://github.com/vlebourl/custom_vesync",
|
|
"requirements": ["pyvesync==2.1.10"],
|
|
"version": "1.1.0"
|
|
}
|