From a9614335d9fc5f309552cab7185621b5f785c7a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Wed, 26 Apr 2023 12:30:23 +0200 Subject: [PATCH] Added github, HACS files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Iván Sánchez Ortega --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/workflows/hacs.yml | 17 +++++++++++++++++ .github/workflows/hassfest.yml | 14 ++++++++++++++ hacs.json | 3 +++ info.md | 5 +++++ 5 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/workflows/hacs.yml create mode 100644 .github/workflows/hassfest.yml create mode 100644 hacs.json create mode 100644 info.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..9297768 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: GitLab bug tracker + url: https://gitlab.com/IvanSanchez/homeassistant-sensorthings/-/issues + about: > + Development of `homeassistant-sensorthings` happens mostly on Git**Lab**, not + Git**Hub**. If you wish to report a problem, please do so in the issue + tracker at the GitLab repository. diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml new file mode 100644 index 0000000..ea6cf6f --- /dev/null +++ b/.github/workflows/hacs.yml @@ -0,0 +1,17 @@ +name: HACS Action + +on: + push: + pull_request: + schedule: + - cron: "0 0 * * *" + +jobs: + hacs: + name: HACS Action + runs-on: "ubuntu-latest" + steps: + - name: HACS Action + uses: "hacs/action@main" + with: + category: "integration" diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml new file mode 100644 index 0000000..07d1dda --- /dev/null +++ b/.github/workflows/hassfest.yml @@ -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 diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..a1673ea --- /dev/null +++ b/hacs.json @@ -0,0 +1,3 @@ +{ + "name": "OGC SensorThings" +} diff --git a/info.md b/info.md new file mode 100644 index 0000000..639abb8 --- /dev/null +++ b/info.md @@ -0,0 +1,5 @@ + +Client for [OGC SensorThings](https://ogcapi.ogc.org/sensorthings/) services. + + +See https://github.com/IvanSanchez/homeassistant-sensorthings for more info