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 29, 2020
1 parent 3c6a0c0 commit 45a5401
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# homebridge-rpi-rf-switch

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

[rpi-rf](https://pypi.org/project/rpi-rf/) 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 rpi-rf Switch",
"name": "homebridge-rpi-rf-switch",
"version": "2.2.1",
"version": "2.2.2",
"description": "rpi-rf plugin for Homebridge",
"main": "dist/index.js",
"repository": {
Expand All @@ -16,6 +16,24 @@
],
"author": "David Maher",
"license": "Apache-2.0",
"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-rpi-rf-switch/issues"
},
Expand Down

0 comments on commit 45a5401

Please sign in to comment.