Skip to content

docs: note SPA temperatures and the coverage audit in v1.5.2 notes #1579

docs: note SPA temperatures and the coverage audit in v1.5.2 notes

docs: note SPA temperatures and the coverage audit in v1.5.2 notes #1579

Workflow file for this run

name: Validate
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"
repository: 0xAHA/Growatt_ModbusTCP
github_token: ${{ secrets.GITHUB_TOKEN }}