Spring cleaning ☀️ (#23)

* Spring cleaning

* Actions

* Fix branches

* Changes for config_flow
This commit is contained in:
Joakim Sørensen
2020-04-17 19:42:59 +02:00
committed by GitHub
parent d408fbec4a
commit a53b0f75a1
28 changed files with 349 additions and 731 deletions

13
.github/workflows/cron.yaml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Cron actions
on:
schedule:
- cron: '0 0 * * *'
jobs:
hassfest:
runs-on: "ubuntu-latest"
name: Validate with hassfest
steps:
- uses: "actions/checkout@v2"
- uses: "home-assistant/actions/hassfest@master"