homebridge-levoit-humidifiers 1.7.0-beta2 → 1.7.0

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 CHANGED
@@ -50,18 +50,19 @@ This plugin was forked from [RaresAil's Levoit Air Purifiers repo](https://githu
50
50
 
51
51
  ### Details
52
52
 
53
- <a href="url"><img src="https://github.com/pschroeder89/homebridge-levoit-humidifiers/blob/main/images/services2.png?raw=true" width=25% height=25%></a>
54
- <a href="url"><img src="https://github.com/pschroeder89/homebridge-levoit-humidifiers/blob/main/images/auto.png?raw=true" width=25% height=25%></a>
55
- <a href="url"><img src="https://github.com/pschroeder89/homebridge-levoit-humidifiers/blob/main/images/manual.png?raw=true" width=25% height=25%></a>
56
- <a href="url"><img src="https://github.com/pschroeder89/homebridge-levoit-humidifiers/blob/main/images/display.png?raw=true" width=25% height=25%></a>
57
- <a href="url"><img src="https://github.com/pschroeder89/homebridge-levoit-humidifiers/blob/main/images/light.png?raw=true" width=25% height=25%></a>
58
- <a href="url"><img src="https://github.com/pschroeder89/homebridge-levoit-humidifiers/blob/main/images/sleep.png?raw=true" width=25% height=25%></a>
59
- <a href="url"><img src="https://github.com/pschroeder89/homebridge-levoit-humidifiers/blob/main/images/services.png?raw=true" width=25% height=25%></a>
53
+ <a href="url"><img src="images/services2.png" width=25% height=25%></a>
54
+ <a href="url"><img src="images/auto.png" width=25% height=25%></a>
55
+ <a href="url"><img src="images/manual.png" width=25% height=25%></a>
56
+ <a href="url"><img src="images/display.png" width=25% height=25%></a>
57
+ <a href="url"><img src="images/light.png" width=25% height=25%></a>
58
+ <a href="url"><img src="images/sleep.png" width=25% height=25%></a>
59
+ <a href="url"><img src="images/services.png" width=25% height=25%></a>
60
60
 
61
61
  ### Configuration
62
62
 
63
63
  - Via the Homebridge UI, enter the Homebridge VeSync Client plugin settings.
64
64
  - Enter your VeSync app credentials.
65
+ - Select which controls you want exposed. Humidifier (Auto Mode) and the Humidity Sensor can not be hidden.
65
66
  - Setup the platform plugin as a child bridge for better performance
66
67
  - Save and restart Homebridge.
67
68
 
@@ -71,9 +72,14 @@ credentials are only stored in the Homebridge config and not sent to any server
71
72
  You can also do this directly via the Homebridge config by adding your credentials to the config file under platforms.
72
73
  Replace the values of `username` and `password` with your credentials.
73
74
 
74
- You can turn off optional controls via the `accessories` section of the config.
75
+ You can turn off optional controls via the `accessories` section of the config or through the plugin UI settings.
75
76
  The Humidifier (Auto mode) slider and the Humidity sensor cannot be turned off and will always be exposed.
76
77
 
78
+ Via UI:
79
+
80
+ <img src="images/homebridgeUI.png" width="500"/>
81
+
82
+ Via config.json:
77
83
  ```json
78
84
  {
79
85
  "platforms": [
Binary file
Binary file
Binary file
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.0-beta2",
7
+ "version": "1.7.0",
8
8
  "private": false,
9
9
  "bugs": {
10
10
  "url": "https://github.com/pschroeder89/homebridge-levoit-humidifiers/issues"