Skip to content

RE: Support for new Home Assistant Energy Managment and Stats #16 #242

RE: Support for new Home Assistant Energy Managment and Stats #16

RE: Support for new Home Assistant Energy Managment and Stats #16 #242

Workflow file for this run

name: Cron actions
#on:
#schedule:
#- cron: '0 0 * * *'
jobs:
validate:
runs-on: "ubuntu-latest"
name: Validate
steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
ignore: brands
- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"