From c0b33d3ea3777d7a3e8609e78fc29d92009a7de0 Mon Sep 17 00:00:00 2001 From: Thibaut Etienne Date: Fri, 25 Dec 2020 21:25:37 +0000 Subject: [PATCH] Fix HACS validation --- .github/workflows/hacs.yml | 1 - custom_components/veolia/manifest.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml index cd3466e..1cc53f5 100644 --- a/.github/workflows/hacs.yml +++ b/.github/workflows/hacs.yml @@ -13,5 +13,4 @@ jobs: - name: HACS validation uses: "hacs/action@main" with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CATEGORY: "integration" diff --git a/custom_components/veolia/manifest.json b/custom_components/veolia/manifest.json index 91fdfba..2cbde1f 100644 --- a/custom_components/veolia/manifest.json +++ b/custom_components/veolia/manifest.json @@ -4,6 +4,7 @@ "documentation": "https://github.com/tetienne/veolia-custom-component", "dependencies": [], "config_flow": true, + "issue_tracker": "https://github.com/tetienne/veolia-custom-component/issues", "codeowners": [ "@tetienne" ],