homebridge-levoit-humidifiers 1.7.1-beta5 → 1.7.1

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -113,7 +113,9 @@ Via config.json:
113
113
 
114
114
  By default, if you disconnect a humidifier from WiFi, it will begin showing as "Not Responding" in HomeKit. Restarting
115
115
  Homebridge will remove the cached device from HomeKit. Once you've re-connected the humidifier, restart Homebridge again
116
- for it to display back in HomeKit. If you prefer the disconnected device to be visible in HomeKit at all times,
116
+ for it to display back in HomeKit.
117
+
118
+ If you prefer the disconnected device to be visible in HomeKit at all times,
117
119
  set `showOffWhenDisconnected` to `true` in the config. The humidifiers will remain in HomeKit in an Off state.
118
120
  **Note: This will result in benign warnings in the Homebridge logs that the device returned undefined values.**
119
121
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName": "Levoit Humidifiers",
5
5
  "main": "dist/index.js",
6
6
  "license": "Apache-2.0",
7
- "version": "1.7.1-beta5",
7
+ "version": "1.7.1",
8
8
  "private": false,
9
9
  "bugs": {
10
10
  "url": "https://github.com/pschroeder89/homebridge-levoit-humidifiers/issues"