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