Skip to content

Commit

Permalink
chore: update HACS validation (#17)
Browse files Browse the repository at this point in the history
* update HACS validation

* add country filter
  • Loading branch information
firstof9 authored Dec 14, 2023
1 parent 8f210ec commit 811041c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"
Expand Down
5 changes: 3 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"homeassistant": "2023.1.0",
"zip_release": true,
"filename": "gasbuddy.zip",
"render_readme": true
}
"render_readme": true,
"country": ["US", "CA"]
}

0 comments on commit 811041c

Please sign in to comment.