Skip to content

Commit

Permalink
Merge pull request #1 from TheFes:hacs
Browse files Browse the repository at this point in the history
🛒 HACS requirements
  • Loading branch information
TheFes authored Apr 18, 2023
2 parents d4e1166 + adc924b commit 269c779
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Validate

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

jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "template"
4 changes: 4 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Easy Energy Price",
"filename": "easy-energy-price.jinja"
}

0 comments on commit 269c779

Please sign in to comment.