Skip to content

Commit

Permalink
Added github, HACS files
Browse files Browse the repository at this point in the history
Signed-off-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
  • Loading branch information
IvanSanchez committed Apr 26, 2023
1 parent e83dfc6 commit a961433
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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.
17 changes: 17 additions & 0 deletions .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
@@ -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"
14 changes: 14 additions & 0 deletions .github/workflows/hassfest.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "OGC SensorThings"
}
5 changes: 5 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

Client for [OGC SensorThings](https://ogcapi.ogc.org/sensorthings/) services.


See https://github.com/IvanSanchez/homeassistant-sensorthings for more info

0 comments on commit a961433

Please sign in to comment.