Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #214 from robmarkcole/add-hassfest
Browse files Browse the repository at this point in the history
add hassfest and version
  • Loading branch information
robmarkcole authored Feb 2, 2021
2 parents db30558 + 1358683 commit d1ec17f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions custom_components/deepstack_object/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"domain": "deepstack_object",
"name": "deepstack object custom integration",
"documentation": "https://github.com/robmarkcole/HASS-Deepstack-object",
"version": "4.3.0",
"requirements": [
"pillow",
"deepstack-python==0.8"
Expand Down

0 comments on commit d1ec17f

Please sign in to comment.