Skip to content

feat: open time for openings #1065

feat: open time for openings

feat: open time for openings #1065

Workflow file for this run

name: Validate with HACS
on:
push:
branches:
- master
pull_request:
branches: '*'
schedule:
- cron: '0 0 * * *'
jobs:
validate_hacs:
name: Valiate With HACS
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
- name: HACS validation
uses: 'hacs/action@main'
with:
CATEGORY: 'integration'
validate_hassfest:
name: Validate with Hassfest
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "home-assistant/actions/hassfest@master"