From e863ccec1a3aa74dccc18ceee2bd9970b1bb1a99 Mon Sep 17 00:00:00 2001 From: schizza Date: Sat, 9 Mar 2024 18:11:25 +0100 Subject: [PATCH] Manifest update. Link to issue tracker, documentation link. --- custom_components/sws12500/manifest.json | 3 ++- custom_components/sws12500/hacs.json => hacs.json | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename custom_components/sws12500/hacs.json => hacs.json (100%) diff --git a/custom_components/sws12500/manifest.json b/custom_components/sws12500/manifest.json index d09f6b1..c215da5 100644 --- a/custom_components/sws12500/manifest.json +++ b/custom_components/sws12500/manifest.json @@ -3,8 +3,9 @@ "name": "Sencor SWS 12500 Weather Station", "codeowners": ["@schizza"], "config_flow": true, + "issue_tracker": "https://github.com/schizza/SWS-12500-custom-component/issues", "dependencies": ["http"], - "documentation": "https://www.home-assistant.io/integrations/sws12500", + "documentation": "https://github.com/schizza/SWS-12500-custom-component", "homekit": {}, "iot_class": "local_push", "requirements": [], diff --git a/custom_components/sws12500/hacs.json b/hacs.json similarity index 100% rename from custom_components/sws12500/hacs.json rename to hacs.json