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 aa921b7 commit ef03bd6
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-dafang-mqtt-republish

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

This plugin republishes MQTT motion messages from [Dafang Hacks](https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks) into a format [homebridge-camera-ffmpeg](https://github.com/homebridge-plugins/homebridge-camera-ffmpeg) understands.

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 Dafang MQTT Republish",
"name": "homebridge-dafang-mqtt-republish",
"version": "2.1.1",
"version": "2.1.2",
"description": "Routes Dafang Hacks Motion Messages to homebridge-camera-ffmpeg and Exposes Features to HomeKit",
"main": "dist/index.js",
"repository": {
Expand All @@ -17,6 +17,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-dafang-mqtt-republish/issues"
},
Expand Down

0 comments on commit ef03bd6

Please sign in to comment.