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.
- package/README.md +3 -1
- 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.
|
|
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