Skip to content

Fix site-only setup and ensure site energy sensors appear #574

Fix site-only setup and ensure site energy sensors appear

Fix site-only setup and ensure site energy sensors appear #574

Workflow file for this run

name: Validate with hassfest
permissions:
contents: read
on:
pull_request:
paths:
- 'custom_components/**'
- 'quality_scale.yaml'
- '.github/workflows/hassfest.yml'
push:
branches:
- main
- 'release/**'
paths:
- 'custom_components/**'
- 'quality_scale.yaml'
- '.github/workflows/hassfest.yml'
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"