Skip to content

Commit

Permalink
Merge pull request #72 from krbaker/issue-71-enable-hassfest
Browse files Browse the repository at this point in the history
try enabling hassfest for this integration
  • Loading branch information
krbaker authored Apr 19, 2024
2 parents 6a4e7f8 + 2eefb76 commit b1bc30c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 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@v3"
- uses: home-assistant/actions/hassfest@master
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ repos:

- id: check-yaml

- id: check-json

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
hooks:
Expand Down
13 changes: 7 additions & 6 deletions custom_components/sunpower/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"version": "2024.4.2",
"domain": "sunpower",
"name": "sunpower",
"codeowners": ["@krbaker"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/krbaker/hass-sunpower",
"homekit": {},
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/krbaker/hass-sunpower/issues",
"requirements": ["requests"],
"ssdp": [],
"zeroconf": [],
"homekit": {},
"dependencies": [],
"codeowners": ["@krbaker"],
"issue_tracker": "https://github.com/krbaker/hass-sunpower/issues"
"version": "2024.4.2",
"zeroconf": []
}

0 comments on commit b1bc30c

Please sign in to comment.