Initial add-on

This commit is contained in:
Franck Nijhof 2024-01-13 11:35:33 +01:00
parent 72a3506bd6
commit 218ce00f05
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
31 changed files with 2686 additions and 0 deletions

16
.github/workflows/ci.yaml vendored Normal file
View file

@ -0,0 +1,16 @@
---
name: CI
# yamllint disable-line rule:truthy
on:
push:
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/addon-ci.yaml@main