Skip to content

Commit

Permalink
Fix for hassfest (#24)
Browse files Browse the repository at this point in the history
* Fix for hassfest

* Fix for hassfest #2

* Fix for hassfest #3
  • Loading branch information
augustas2 committed Sep 19, 2023
1 parent 5292676 commit 983e662
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ on:
jobs:
validate:
runs-on: "ubuntu-latest"
name: Validate HACS and Hassfest
steps:
- uses: "actions/checkout@v2"

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

- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"

- uses: "actions/checkout@v3"
- uses: "home-assistant/actions/hassfest@master"
8 changes: 4 additions & 4 deletions custom_components/eldes_alarm/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "eldes_alarm",
"name": "Eldes Alarm",
"codeowners": ["@augustas2"],
"config_flow": true,
"dependencies": ["http"],
"documentation": "https://github.com/augustas2/eldes/blob/master/README.md",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/augustas2/eldes/issues",
"codeowners": ["@augustas2"],
"dependencies": ["http"],
"requirements": [],
"version": "1.0.0",
"iot_class": "cloud_polling"
"version": "1.0.0"
}

0 comments on commit 983e662

Please sign in to comment.