Skip to content

Commit

Permalink
Add hacs support
Browse files Browse the repository at this point in the history
  • Loading branch information
kizza committed Jan 16, 2023
1 parent 157bd54 commit 7ba2892
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: HACS validation

on:
push:
pull_request:

jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: HACS validate
uses: "hacs/action@main"
with:
category: "plugin"
6 changes: 6 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Magic Home Party Card",
"filename": "magic-home-party-card.js",
"homeassistant": "2022.11.0",
"render_readme": true
}

0 comments on commit 7ba2892

Please sign in to comment.