Add sensors, renamed repo

This commit is contained in:
Andre Basche
2023-03-05 21:16:09 +01:00
parent 5682149ecc
commit 9d8b17b2cf
17 changed files with 70 additions and 28 deletions

14
.github/workflows/validate.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Validate with hassfest
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "home-assistant/actions/hassfest@master"