Skip to content

Commit

Permalink
Merge branch 'main' of github.com:macxq/foxess-ha into main
Browse files Browse the repository at this point in the history
  • Loading branch information
macxq committed Oct 22, 2021
2 parents 21ced46 + d69ce10 commit 20981d9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Validate

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

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
5 changes: 5 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Home Assistant & FoxESS integration",
"country": "NO",
"domains": ["energy", "sensor"]
}
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"codeowners": [],
"requirements": [],
"iot_class": "local_polling",
"version": "0.0.1"
}
"version": "v0.3",
"issue_tracker":"https://github.com/macxq/foxess-ha/issues"
}

0 comments on commit 20981d9

Please sign in to comment.