Skip to content

Commit

Permalink
Add hassfest validation
Browse files Browse the repository at this point in the history
  • Loading branch information
borski committed Nov 19, 2023
1 parent 9d01f5b commit f754816
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: Validate

on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
Expand All @@ -23,3 +19,10 @@ jobs:
category: "integration"
# Remove this 'ignore' key when we have added brand images for our integration to https://github.com/home-assistant/brands
ignore: "brands"

validate-hassfest:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: "Hassfest Validation"
uses: "home-assistant/actions/hassfest@master"
6 changes: 3 additions & 3 deletions custom_components/lucidmotors/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"config_flow": true,
"dependencies": [],
"documentation": "https://www.home-assistant.io/integrations/lucidmotors",
"issue_tracker": "https://github.com/borski/hacs-lucidmotors/issues",
"homekit": {},
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/borski/hacs-lucidmotors/issues",
"requirements": [
"lucidmotors==0.1.1"
],
"ssdp": [],
"zeroconf": [],
"version": "0.1.0"
"version": "0.1.0",
"zeroconf": []
}

0 comments on commit f754816

Please sign in to comment.