Skip to content

Commit

Permalink
Merge pull request #22 from rsnodgrass/main
Browse files Browse the repository at this point in the history
Added hassfest integration checks + missing entries in manifest.json
  • Loading branch information
jlvaillant authored Jun 8, 2021
2 parents 4564405 + 6efc2e8 commit 27d992f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Validate with hassfest

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: home-assistant/actions/hassfest@master
3 changes: 2 additions & 1 deletion custom_components/intellicenter/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"zeroconf": [
{ "type":"_http._tcp.local.", "name":"pentair*" }
],
"quality_scale": "gold"
"quality_scale": "gold",
"iot_class": "local_push"
}

0 comments on commit 27d992f

Please sign in to comment.