Skip to content

Commit

Permalink
Set up hassfest and HACS actions for CI (#46)
Browse files Browse the repository at this point in the history
* sorting manifest keys

* Sets up Github Action for HACS
  • Loading branch information
dotvezz authored Jul 8, 2023
1 parent 7dbde99 commit 73ea3e3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: HACS Action

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

jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS Action
uses: "hacs/action@main"
with:
category: "integration"
9 changes: 4 additions & 5 deletions custom_components/dyson_local/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"domain": "dyson_local",
"name": "Dyson Local",
"codeowners": ["@libdyson-wg"],
"config_flow": true,
"dependencies": ["zeroconf"],
"documentation": "https://github.com/libdyson-wg/ha-dyson",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/libdyson-wg/ha-dyson/issues",
"dependencies": ["zeroconf"],
"codeowners": ["@libdyson-wg"],
"requirements": ["libdyson-neon==1.0.2"],
"version": "0.22.1",
"iot_class": "local_polling"
"version": "0.22.1"
}

0 comments on commit 73ea3e3

Please sign in to comment.