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" 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" } 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