Skip to content

Commit 0e2121d

Browse files
committed
Added "verified by homebridge" badge and donate button
1 parent 72a911d commit 0e2121d

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.2 (2020-12-04)
4+
- **MISC**: Added "verified by homebridge" badge and donate button
5+
6+
## 0.1.1 (2020-11-26)
7+
- **MISC**: minor improvements
8+
39
## 0.1.0 (2020-11-23)
410
- **MISC**: better versioning
511

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# homebridge-gpio-rgb-ledstrip
2+
3+
[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
4+
[![npm version](https://badge.fury.io/js/homebridge-gpio-rgb-ledstrip.svg)](https://badge.fury.io/js/homebridge-gpio-rgb-ledstrip)
5+
![npm](https://img.shields.io/npm/dw/homebridge-gpio-rgb-ledstrip)
6+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate?hosted_button_id=KLP7YU6F9HHTY)
7+
28
[RPi](https://www.raspberrypi.org) GPIO based LED Strip plugin for [Homebridge](https://github.com/nfarina/homebridge)
39

410
Due to all the changes and updated that have occured in Homebridge since the original release of this plugin, i decided to replace its core to extend its usability and compatibility.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-gpio-rgb-ledstrip",
33
"description": "Raspberry Pi GPIO based LED Strip plugin for Homebridge",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"author": "Manfredi Pistone",
66
"license": "GPL-3.0-only",
77
"main": "index.js",
@@ -15,6 +15,10 @@
1515
"bugs": {
1616
"url": "https://github.com/manfredipist/homebridge-gpio-rgb-ledstrip/issues"
1717
},
18+
"funding": {
19+
"type" : "paypal",
20+
"url" : "https://www.paypal.com/donate?hosted_button_id=KLP7YU6F9HHTY"
21+
},
1822
"homepage": "https://github.com/manfredipist/homebridge-gpio-rgb-ledstrip#readme",
1923
"keywords": [
2024
"homebridge-plugin",

0 commit comments

Comments
 (0)