From 0fa3c08091544c4e74fe6f43fafd1c7c58b4f5b3 Mon Sep 17 00:00:00 2001 From: Stefanie Jane Date: Wed, 24 Jul 2024 13:16:11 -0700 Subject: [PATCH] Update manifest --- custom_components/signalrgb/manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/custom_components/signalrgb/manifest.json b/custom_components/signalrgb/manifest.json index c38c794..7b73111 100644 --- a/custom_components/signalrgb/manifest.json +++ b/custom_components/signalrgb/manifest.json @@ -3,8 +3,10 @@ "name": "SignalRGB", "codeowners": ["@hyperb1iss"], "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/signalrgb", + "documentation": "https://github.com/hyperb1iss/signalrgb-homeassistant", "iot_class": "assumed_state", + "issue_tracker": "https://github.com/hyperb1iss/signalrgb-homeassistant/issues", "loggers": ["signalrgb"], - "requirements": ["signalrgb==0.9.5"] + "requirements": ["signalrgb==0.9.5"], + "version": "0.2.0" }