Skip to content

Lots of scripts, docs, issue templates, and so on. Version / dependen… #2

Lots of scripts, docs, issue templates, and so on. Version / dependen…

Lots of scripts, docs, issue templates, and so on. Version / dependen… #2

Workflow file for this run

name: Validate
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
validate-hacs:
name: "HACS Validation"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
# Remove this 'ignore' key when we have added brand images for our integration to https://github.com/home-assistant/brands
ignore: "brands"