Skip to content

Commit

Permalink
Configure hacs metadata and action
Browse files Browse the repository at this point in the history
Closes: #2
  • Loading branch information
mweinelt committed May 20, 2024
1 parent b9319b2 commit cb77035
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Validate for HACS

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"

jobs:
hacs:
name:
runs-on: "ubuntu-latest"
steps:
- uses: "hacs/action@main"
with:
category: "integration"
ignore: "brands"
4 changes: 4 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Prometheus Sensor",
"render_readme": true
}

0 comments on commit cb77035

Please sign in to comment.