@homebridge-wyze-node24/homebridge-wyze-node24 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -11
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -1,17 +1,8 @@
1
1
  # This plugin adds support for Wyze Smart Home devices to [Homebridge](https://github.com/homebridge/homebridge).
2
- [![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
3
- [![certified-hoobs-plugin](https://badgen.net/badge/HOOBS/certified/yellow)](https://plugins.hoobs.org/plugin/homebridge-wyze-smart-home)
4
- [![npm](https://img.shields.io/npm/dt/homebridge-wyze-smart-home)](https://www.npmjs.com/package/homebridge-wyze-smart-home)
5
- [![npm](https://img.shields.io/npm/v/homebridge-wyze-smart-home.svg?style=flat-square)](https://www.npmjs.com/package/homebridge-wyze-smart-home)
6
- [![GitHub last commit](https://img.shields.io/github/last-commit/jfarmer08/homebridge-wyze-smart-home)](https://github.com/jfarmer08/homebridge-wyze-smart-home)
7
- [![Chat](https://img.shields.io/discord/1134601590762913863)](https://discord.gg/Mjkpq2x9)
8
2
 
9
- [![homebridge-wyze-smart-home: Wyze Connected Home plugin for Homebridge](https://github.com/jfarmer08/homebridge-wyze-smart-home/blob/main/logo.png?raw=true)](https://github.com/jfarmer08/homebridge-wyze-smart-home)
3
+ [![homebridge-wyze-smart-home: Wyze Connected Home plugin for Homebridge](https://github.com/jfarmer08/homebridge-wyze-smart-home/blob/main/logo.png?raw=true)](https://github.com/rtrappman-dev/homebridge-wyze-node24/tree/main)
10
4
 
11
- [Major Feature Backlog/Status](https://github.com/jfarmer08/homebridge-wyze-smart-home/discussions/224)
12
-
13
-
14
- # Funding [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square&maxAge=2592000)](https://www.paypal.com/paypalme/AllenFarmer) [![Donate](https://img.shields.io/badge/Donate-Venmo-blue.svg?style=flat-square&maxAge=2592000)](https://venmo.com/u/Allen-Farmer) [![Donate](https://img.shields.io/badge/Donate-Cash_App-blue.svg?style=flat-square&maxAge=2592000)](https://cash.app/$Jfamer08)
5
+ # Funding [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square&maxAge=2592000)](https://www.paypal.com/paypalme/rtrappman) [![Donate](https://img.shields.io/badge/Donate-Venmo-blue.svg?style=flat-square&maxAge=2592000)](https://account.venmo.com/u/Rhett-Trappman-1)
15
6
  If you like what I have done here and want to help I would recommend that you firstly look into supporting Homebridge. None of this could happen without them.
16
7
 
17
8
  After you have done that if you feel like my work has been valuable to you I welcome your support through Paypal, Venmo or Cash App.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebridge-wyze-node24/homebridge-wyze-node24",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Wyze Smart Home plugin for Homebridge compatible with Node.JS 24",
5
5
  "license": "MIT",
6
6
  "main": "src/index.js",
@@ -53,6 +53,10 @@
53
53
  {
54
54
  "type": "venmo",
55
55
  "url": "https://account.venmo.com/u/Rhett-Trappman-1"
56
+ },
57
+ {
58
+ "type": "github",
59
+ "url": "https://account.venmo.com/u/Rhett-Trappman-1"
56
60
  }
57
61
  ]
58
62
  }