Skip to content

Add a switch to start or stop charging #102

Add a switch to start or stop charging

Add a switch to start or stop charging #102

Workflow file for this run

name: Validate
on:
push:
pull_request:
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"
validate-hassfest:
name: "Hassfest Validation"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "home-assistant/actions/hassfest@master"