Skip to content

Commit

Permalink
Merge pull request #6 from JeffSteinbok/infra/hacsValidation
Browse files Browse the repository at this point in the history
Infra/hacs validation
  • Loading branch information
JeffSteinbok authored Jun 26, 2023
2 parents 8d831da + ca49069 commit a27a109
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/hacs_validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: HACS Validation

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 2 * * *"

jobs:
hacs:
name: HACS Validation
runs-on: "ubuntu-latest"
steps:
- name: HACS Validation
uses: "hacs/action@main"
with:
category: "integration"
19 changes: 19 additions & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: hassfest Validation

on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '0 1 * * *'

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "home-assistant/actions/hassfest@master"
9 changes: 5 additions & 4 deletions custom_components/dreo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"name": "Dreo",
"codeowners": ["@jeffsteinbok"],
"config_flow": false,
"requirements": ["websockets"],
"dependencies": [],
"documentation": "https://github.com/jeffsteinbok/hass-dreo",
"documentation": "https://github.com/jeffsteinbok/hass-dreo/blob/master/README.md",
"integration_type": "hub",
"iot_class": "cloud_push",
"version": "0.0.1",
"integration_type": "hub"
"issue_tracker": "https://github.com/jeffsteinbok/hass-dreo/issues",
"requirements": ["websockets"],
"version": "0.0.2"
}

0 comments on commit a27a109

Please sign in to comment.