From f0b715ee25a8cd9f3925ebd26ce562f43d5ebe2c Mon Sep 17 00:00:00 2001 From: Andrea Mattioli Date: Sat, 23 Dec 2023 16:09:47 +0000 Subject: [PATCH] add default for hacs --- .github/workflows/validate.yaml | 18 ++++++++++++++++++ hacs.json | 5 +++++ 2 files changed, 23 insertions(+) create mode 100644 .github/workflows/validate.yaml create mode 100644 hacs.json diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml new file mode 100644 index 0000000..6632c1d --- /dev/null +++ b/.github/workflows/validate.yaml @@ -0,0 +1,18 @@ +name: Validate + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + workflow_dispatch: + +jobs: + validate-hacs: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v3" + - name: HACS validation + uses: "hacs/action@main" + with: + category: "integration" \ No newline at end of file diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..cba33a2 --- /dev/null +++ b/hacs.json @@ -0,0 +1,5 @@ +{ + "name": "bticino_x8000", + "render_readme": true, + "homeassistant": "2023.4.0" + } \ No newline at end of file