Skip to content

Commit

Permalink
Verified by Homebridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunoo committed Aug 26, 2020
1 parent 925b84e commit 8402cc9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ updates:
schedule:
interval: daily
time: "10:00"
target-branch: "beta"
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
name: Publish Beta

on:
workflow_dispatch
workflow_dispatch:
inputs:
ref:
description: 'Branch'
required: true
default: 'master'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
ref: beta
ref: ${{github.event.inputs.ref}}
- uses: actions/[email protected]
with:
node-version: 10
Expand All @@ -30,7 +35,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
ref: beta
ref: ${{github.event.inputs.ref}}
- uses: actions/[email protected]
with:
node-version: 10
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# homebridge-octoprint-motion

[![npm](https://img.shields.io/npm/v/homebridge-octoprint-motion) ![npm](https://img.shields.io/npm/dt/homebridge-octoprint-motion)](https://www.npmjs.com/package/homebridge-octoprint-motion)
[![npm](https://img.shields.io/npm/v/homebridge-octoprint-motion) ![npm](https://img.shields.io/npm/dt/homebridge-octoprint-motion)](https://www.npmjs.com/package/homebridge-octoprint-motion) [![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)

[OctoPrint](https://octoprint.org) Plugin for [Homebridge](https://github.com/nfarina/homebridge)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 19 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge Octoprint Motion",
"name": "homebridge-octoprint-motion",
"version": "1.3.2",
"version": "1.3.3",
"description": "Exposes Current OctoPrint Status as a Motion Detector",
"main": "dist/index.js",
"repository": {
Expand All @@ -14,6 +14,24 @@
],
"author": "David Maher",
"license": "BSD-2-Clause",
"funding": [
{
"type": "kofi",
"url": "https://ko-fi.com/sunookitsune"
},
{
"type": "paypal",
"url": "https://paypal.me/sunoo"
},
{
"type": "github",
"url": "https://github.com/Sunoo"
},
{
"type": "liberapay",
"url": "https://liberapay.com/Sunoo"
}
],
"bugs": {
"url": "https://github.com/Sunoo/homebridge-octoprint-motion/issues"
},
Expand Down

0 comments on commit 8402cc9

Please sign in to comment.