From e43b892e23aecf9b1512a6b1b29dd648287e29a9 Mon Sep 17 00:00:00 2001 From: Ray Chang Date: Fri, 19 Apr 2024 23:37:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=20issue=5Ftracker?= =?UTF-8?q?=20to=20manifest.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/rs485_device/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/rs485_device/manifest.json b/custom_components/rs485_device/manifest.json index c12b31d..1233e0c 100644 --- a/custom_components/rs485_device/manifest.json +++ b/custom_components/rs485_device/manifest.json @@ -5,7 +5,8 @@ "codeowners": ["@RayChang"], "config_flow": true, "dependencies": [], - "documentation": "https://www.home-assistant.io/integrations/rs485_device", + "issue_tracker": "https://github.com/RayChang/rs485_device/issues", + "documentation": "https://github.com/RayChang/rs485_device", "homekit": {}, "iot_class": "local_push", "requirements": [],