Skip to content

Commit

Permalink
Merge pull request #14 from tjorim/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
meichthys authored Oct 11, 2022
2 parents a483047 + 316a170 commit 59704dc
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
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@v2"
- uses: "home-assistant/actions/hassfest@master"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This integration is temporary and is expected to soon be merged into HomeAssistant Core, but until then it will be available via HACS (add this repository url as a HACS custom repository).

[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg?style=for-the-badge)](https://github.com/meichthys/uptime_kuma)

## Usage

Install using HACS and setup like any other integration via the UI. Enter the uptime kuma instane url and credentials.
Expand Down
1 change: 1 addition & 0 deletions custom_components/uptime_kuma/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"name": "Uptime Kuma",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/uptime_kuma",
"issue_tracker": "https://github.com/meichthys/uptime_kuma/issues",
"requirements": ["pyuptimekuma==0.0.6"],
"ssdp": [],
"zeroconf": [],
Expand Down
5 changes: 0 additions & 5 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"name": "Uptime Kuma",
"domains": [
"binary_sensor",
"sensor"
],
"render_readme": true,
"hide_default_branch": true,
"iot_class": "Cloud Polling",
"homeassistant": "2021.12.0"
}

0 comments on commit 59704dc

Please sign in to comment.