diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml new file mode 100644 index 0000000..96496c3 --- /dev/null +++ b/.github/workflows/validate.yml @@ -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" diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..e04920e --- /dev/null +++ b/hacs.json @@ -0,0 +1,6 @@ +{ + "name": "Magic Home Party Card", + "filename": "magic-home-party-card.js", + "homeassistant": "2022.11.0", + "render_readme": true +}