Corrected manifest

This commit is contained in:
AndreaTomatis 2024-04-20 16:33:26 +02:00
parent f123f0bb77
commit 9cf5b5676b

View File

@ -1,7 +1,13 @@
{
"domain": "vesync",
"name": "VeSync",
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@vlebourl","@tv4you2016"],
"codeowners": [
"@markperdue",
"@webdjoe",
"@thegardenmonkey",
"@vlebourl",
"@tv4you2016"
],
"config_flow": true,
"dhcp": [
{
@ -9,9 +15,11 @@
"macaddress": "*"
}
],
"documentation": "https://www.home-assistant.io/integrations/vesync",
"documentation": "https://github.com/AndreaTomatis/custom_vesync",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/vlebourl/custom_vesync",
"requirements": ["pyvesync==2.1.10"],
"issue_tracker": "https://github.com/AndreaTomatis/custom_vesync",
"requirements": [
"pyvesync==2.1.10"
],
"version": "1.3.1"
}
}