Skip to content

Commit

Permalink
Update hacs.json, reenable validation
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed May 26, 2022
1 parent 12f5373 commit 6a5b98e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
steps:
- uses: "actions/checkout@v2"

# - name: HACS validation
# uses: "hacs/action@main"
# with:
# category: "integration"
# ignore: brands
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand Down
6 changes: 1 addition & 5 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"name": "Irrigation Unlimited",
"hacs": "1.6.0",
"domains": [
"binary_sensor"
],
"homeassistant": "0.118.0"
"homeassistant": "2022.1.0"
}

0 comments on commit 6a5b98e

Please sign in to comment.