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

15
.github/workflows/pr-labels.yaml vendored Normal file
View file

@ -0,0 +1,15 @@
---
name: PR Labels
# yamllint disable-line rule:truthy
on:
pull_request_target:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/pr-labels.yaml@main