diff --git a/custom_components/vesync/manifest.json b/custom_components/vesync/manifest.json index 5957026..3e63437 100644 --- a/custom_components/vesync/manifest.json +++ b/custom_components/vesync/manifest.json @@ -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" -} +} \ No newline at end of file