Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

sync with rsnodgrass #3

Merged
merged 5 commits into from
Oct 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 10 additions & 25 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion custom_components/adtpulse/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Loading