diff --git a/.github/workflows/hacs.yaml b/.github/workflows/hacs.yaml index 0b07d22..ea6cf6f 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: "integration" 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 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" }