From d408fbec4ad25f6feb826c6ee2f2af5320f480cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 16 Apr 2020 23:07:50 +0200 Subject: [PATCH] Add hassfest action (#22) * Add hassfest action * Fix manifest issue --- .github/workflows/hassfest.yaml | 14 ++++++++++++++ custom_components/blueprint/manifest.json | 3 +-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/hassfest.yaml diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml new file mode 100644 index 0000000..cf71cc2 --- /dev/null +++ b/.github/workflows/hassfest.yaml @@ -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@v2" + - uses: home-assistant/actions/hassfest@master \ No newline at end of file diff --git a/custom_components/blueprint/manifest.json b/custom_components/blueprint/manifest.json index 767d033..11a22d0 100644 --- a/custom_components/blueprint/manifest.json +++ b/custom_components/blueprint/manifest.json @@ -10,6 +10,5 @@ "requirements": [ "sampleclient", "integrationhelper" - ], - "homeassistant": "0.96.0" + ] } \ No newline at end of file