From 2ed5b34fcf5ad8cfdcfb6f5b9b6d7d71253b1fb4 Mon Sep 17 00:00:00 2001 From: DigitalBites Date: Sun, 28 Dec 2025 10:04:04 -0800 Subject: [PATCH 1/3] Add HACS gh-action --- .github/workflows/validate.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/validate.yaml diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml new file mode 100644 index 0000000..89090db --- /dev/null +++ b/.github/workflows/validate.yaml @@ -0,0 +1,19 @@ +name: Validate + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + workflow_dispatch: + +permissions: {} + +jobs: + validate-hacs: + runs-on: "ubuntu-latest" + steps: + - name: HACS validation + uses: "hacs/action@main" + with: + category: "integration" From 40a0e9a79c75210fd00d6c141ec1ba58b949cb67 Mon Sep 17 00:00:00 2001 From: DigitalBites Date: Sun, 28 Dec 2025 10:30:15 -0800 Subject: [PATCH 2/3] Add hacs metadata --- hacs.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hacs.json diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..3db223c --- /dev/null +++ b/hacs.json @@ -0,0 +1,3 @@ +{ + "name": "LabelMate Scene" +} \ No newline at end of file From ba40ca4b050d3c73b7c2580e885e08b45a8216e9 Mon Sep 17 00:00:00 2001 From: DigitalBites Date: Sun, 28 Dec 2025 10:45:19 -0800 Subject: [PATCH 3/3] Add link for issue tracker --- custom_components/labelmate_scene/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/labelmate_scene/manifest.json b/custom_components/labelmate_scene/manifest.json index accca89..02dd093 100644 --- a/custom_components/labelmate_scene/manifest.json +++ b/custom_components/labelmate_scene/manifest.json @@ -8,6 +8,7 @@ "codeowners": ["@DigitalBites"], "config_flow": true, "integration_type": "device", - "iot_class": "local_push" + "iot_class": "local_push", + "issue_tracker": "https://github.com/DigitalBites/LabelMateScene/issues" }