From d19a8c93922dd4751a43a756606631a60f9c5580 Mon Sep 17 00:00:00 2001 From: iesus Date: Thu, 5 Nov 2020 21:44:54 +0100 Subject: [PATCH] hassfest --- .github/workflows/hassfest.yaml | 14 ++++++++++++++ custom_components/resrobot/manifest.json | 6 +++--- 2 files changed, 17 insertions(+), 3 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..18c7d19 --- /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 diff --git a/custom_components/resrobot/manifest.json b/custom_components/resrobot/manifest.json index 68ce1b9..dba9184 100644 --- a/custom_components/resrobot/manifest.json +++ b/custom_components/resrobot/manifest.json @@ -1,9 +1,9 @@ { "domain": "resrobot", "name": "resrobot", - "documentation": "", - "dependencies": [], "after_dependencies": ["http", "rest"], "codeowners": ["@iesus"], - "requirements": [] + "requirements": [], + "issue_tracker": "https://github.com/TekniskSupport/home-assistant-resrobot/issues", + "documentation": "https://github.com/TekniskSupport/home-assistant-resrobot/blob/master/info.md" }