diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index e30d6b2..cabec34 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -2,11 +2,7 @@ name: Validate on: push: - branches: - - "main" pull_request: - branches: - - "main" schedule: - cron: "0 0 * * *" workflow_dispatch: @@ -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" diff --git a/custom_components/lucidmotors/manifest.json b/custom_components/lucidmotors/manifest.json index 09c8788..d16caef 100644 --- a/custom_components/lucidmotors/manifest.json +++ b/custom_components/lucidmotors/manifest.json @@ -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": [] }