node-red-contrib-homebridge-automation 0.1.4 → 0.1.5

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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -56,7 +56,7 @@ The above Node-RED Flow, turns on my 'Outside Office' light when the powder room
56
56
  * [To start Node-RED in DEBUG mode, and output Homebridge-Automation debug logs start Node-RED like this.](#to-start-node-red-in-debug-mode-and-output-homebridge-automation-debug-logs-start-node-red-like-this)
57
57
 
58
58
  <!-- Created by https://github.com/ekalinin/github-markdown-toc -->
59
- <!-- Added by: sgracey, at: Tue 3 Jan 2023 10:23:17 EST -->
59
+ <!-- Added by: sgracey, at: Fri 6 Jan 2023 09:40:24 EST -->
60
60
 
61
61
  <!--te-->
62
62
 
@@ -194,7 +194,7 @@ This is covered in alot of other places, so I won't cover it here.
194
194
 
195
195
  ## 2 - Prepare Homebridge for integration with Homebridge-Automation
196
196
 
197
- Place your homebridge instances into "INSECURE MODE". This is same as my [Homebridge Alexa](https://github.com/NorthernMan54/homebridge-alexa) plugin, and you just need to follow the [Prepare homebridge for plugin](https://github.com/NorthernMan54/homebridge-alexa#prepare-homebridge-for-plugin-installation) instructions there.
197
+ Place your homebridge instances into "INSECURE MODE". This is same as my [Homebridge Alexa](https://github.com/NorthernMan54/homebridge-alexa) plugin, and you just need to follow the [Prepare homebridge for plugin](https://github.com/NorthernMan54/homebridge-alexa/blob/master/Installation.md#prepare-homebridge-for-plugin-installation) instructions there.
198
198
 
199
199
  ## 3 - Install Homebridge-Automation into Node-Red
200
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-homebridge-automation",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "NodeRED Automation for HomeBridge",
5
5
  "main": "HAP-NodeRed.js",
6
6
  "scripts": {
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "better-queue": ">=3.8.12",
29
29
  "debug": "^4.3.4",
30
- "hap-node-client": ">=0.2.0"
30
+ "hap-node-client": ">=0.2.2"
31
31
  },
32
32
  "author": "NorthernMan54",
33
33
  "license": "ISC",