diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 24b0388..01a229b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,3 +9,13 @@ jobs: steps: - uses: "actions/checkout@v3" - uses: "home-assistant/actions/hassfest@master" + + hacs: + name: HACS Action + runs-on: "ubuntu-latest" + steps: + - name: HACS Action + uses: "hacs/action@main" + with: + category: "integration" + ignore: "brands" diff --git a/hacs.json b/hacs.json index e73bf00..b2819a0 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,3 @@ { - "name": "Ksenia Lares", - "iot_class": " Local Polling", - "render_readme": true - } \ No newline at end of file + "name": "Ksenia Lares" +}