From 36587a57d9c7f52e1fb4858939ce2f9a56146499 Mon Sep 17 00:00:00 2001 From: Alessandro <127321233+DJTech84@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:00:46 +0100 Subject: [PATCH] Create hacs.yml Fix HACS workflow: use correct integration action version 2.0.5 --- .github/workflows/hacs.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/hacs.yml diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml new file mode 100644 index 0000000000..14270af5d1 --- /dev/null +++ b/.github/workflows/hacs.yml @@ -0,0 +1,14 @@ +name: HACS + +on: + push: + tags: + - '*' + workflow_dispatch: + +jobs: + hacs: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: hacs/integration@2.0.5