Skip to content

Add icon to readme

Add icon to readme #29

Workflow file for this run

name: validate-HACS
on: [push]
jobs:
validate-HACS:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- name: HACS validation
uses: "hacs/integration/action@main"
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CATEGORY: "integration"