From f48a45f26758b1021c6322d29ef32bfba8ca944e Mon Sep 17 00:00:00 2001 From: rospogrigio <49229287+rospogrigio@users.noreply.github.com> Date: Mon, 19 Oct 2020 23:19:33 +0200 Subject: [PATCH] Updated manifest.json : changed repo URL --- custom_components/localtuya/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/localtuya/manifest.json b/custom_components/localtuya/manifest.json index 3469142..8c098ea 100644 --- a/custom_components/localtuya/manifest.json +++ b/custom_components/localtuya/manifest.json @@ -1,12 +1,12 @@ { "domain": "localtuya", "name": "LocalTuya integration", - "documentation": "https://github.com/rospogrigio/localtuya-homeassistant/", + "documentation": "https://github.com/rospogrigio/localtuya/", "dependencies": [], "codeowners": [ "@rospogrigio", "@postlund" ], - "issue_tracker": "https://github.com/rospogrigio/localtuya-homeassistant/issues", + "issue_tracker": "https://github.com/rospogrigio/localtuya/issues", "requirements": [], "config_flow": true }