From a2bddeee1b8090a3fac9eca3bb2a65a057609f53 Mon Sep 17 00:00:00 2001 From: HuffYk Date: Sun, 30 Jun 2024 17:57:03 +0200 Subject: [PATCH] corrected documentation & issue tracker links --- custom_components/vesync/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/vesync/manifest.json b/custom_components/vesync/manifest.json index 6c706c8..1a041b6 100644 --- a/custom_components/vesync/manifest.json +++ b/custom_components/vesync/manifest.json @@ -15,9 +15,9 @@ "macaddress": "*" } ], - "documentation": "https://github.com/AndreaTomatis/custom_vesync", + "documentation": "https://github.com/micahqcade/custom_vesync", "iot_class": "cloud_polling", - "issue_tracker": "https://github.com/AndreaTomatis/custom_vesync", + "issue_tracker": "https://github.com/micahqcade/custom_vesync", "requirements": [ "pyvesync==2.1.12" ],