From 65b7b7cc2b04c1a35ef21108b96e431fc22a2dfd Mon Sep 17 00:00:00 2001 From: rlippmann <70883373+rlippmann@users.noreply.github.com> Date: Sat, 7 Oct 2023 09:33:12 -0400 Subject: [PATCH 1/4] Update hacs.yaml --- .github/workflows/hacs.yaml | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/.github/workflows/hacs.yaml b/.github/workflows/hacs.yaml index 0b07d22..78e835d 100644 --- a/.github/workflows/hacs.yaml +++ b/.github/workflows/hacs.yaml @@ -1,32 +1,17 @@ -# see https://github.com/KTibow/ha-blueprint -name: "HACS Validation And Formatting" +name: HACS Action + on: push: pull_request: schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" + jobs: - ci: - runs-on: ubuntu-latest + hacs: + name: HACS Action + runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v3 - name: Download repo + - name: HACS Action + uses: "hacs/action@main" with: - fetch-depth: 0 - - uses: actions/setup-python@v3 - name: Setup Python - - uses: actions/cache@v3 - name: Cache - with: - path: | - ~/.cache/pip - key: custom-component-ci - - uses: hacs/action@main - with: - CATEGORY: integration - ignore: brands wheels - - uses: KTibow/ha-blueprint@stable - name: CI - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - ignore: brands wheels + category: "CHANGE_ME!" From 539993d58d3e966cabdc75064faa021bacc4e83f Mon Sep 17 00:00:00 2001 From: rlippmann <70883373+rlippmann@users.noreply.github.com> Date: Sat, 7 Oct 2023 09:34:37 -0400 Subject: [PATCH 2/4] Update hacs.yaml --- .github/workflows/hacs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hacs.yaml b/.github/workflows/hacs.yaml index 78e835d..ea6cf6f 100644 --- a/.github/workflows/hacs.yaml +++ b/.github/workflows/hacs.yaml @@ -14,4 +14,4 @@ jobs: - name: HACS Action uses: "hacs/action@main" with: - category: "CHANGE_ME!" + category: "integration" From 2183abe035095c77fceba2a8914d59c319b967e3 Mon Sep 17 00:00:00 2001 From: rlippmann <70883373+rlippmann@users.noreply.github.com> Date: Sat, 7 Oct 2023 09:37:42 -0400 Subject: [PATCH 3/4] Update manifest.json --- custom_components/adtpulse/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/adtpulse/manifest.json b/custom_components/adtpulse/manifest.json index 0ae19dd..0c519af 100644 --- a/custom_components/adtpulse/manifest.json +++ b/custom_components/adtpulse/manifest.json @@ -8,7 +8,7 @@ "iot_class": "cloud_push", "issue_tracker": "https://github.com/rlippmann/hass-adtpulse/issues", "requirements": [ - "pyadtpulse>=1.1.2", + "pyadtpulse>=1.1.2" ], "version": "0.3.0" } From 793e327974e80e40c1029b02d4e91e84673fa294 Mon Sep 17 00:00:00 2001 From: rlippmann <70883373+rlippmann@users.noreply.github.com> Date: Sat, 7 Oct 2023 09:39:08 -0400 Subject: [PATCH 4/4] Update hassfest.yaml bump checkout to v4 --- .github/workflows/hassfest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml index 07d1dda..8fe5df7 100644 --- a/.github/workflows/hassfest.yaml +++ b/.github/workflows/hassfest.yaml @@ -10,5 +10,5 @@ jobs: validate: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: home-assistant/actions/hassfest@master