homebridge-econet-rheem 1.5.3 → 1.5.4
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 +11 -2
- package/config.schema.json +1 -2
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -2,9 +2,18 @@
|
|
|
2
2
|
<img src="https://github.com/mpatfield/homebridge-econet-rheem/blob/latest/img/banner.png" width="600">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<span align="center">
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
# homebridge-econet-rheem
|
|
8
|
+
|
|
9
|
+
Homebridge plugin to integrate Rheem EcoNet devices into Apple HomeKit
|
|
10
|
+
|
|
11
|
+
[](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
|
|
12
|
+
<!--[](https://plugins.hoobs.org/plugin/homebridge-econet-rheem)-->
|
|
13
|
+
[](https://www.npmjs.com/package/homebridge-econet-rheem)
|
|
14
|
+
[](https://www.npmjs.com/package/homebridge-econet-rheem)
|
|
15
|
+
|
|
16
|
+
</span>
|
|
8
17
|
|
|
9
18
|
## Disclaimer
|
|
10
19
|
|
package/config.schema.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"singular": true,
|
|
5
5
|
"schema": {
|
|
6
6
|
"type": "object",
|
|
7
|
+
"required": ["email", "password"],
|
|
7
8
|
"properties": {
|
|
8
9
|
"name": {
|
|
9
10
|
"title": "Plugin Name",
|
|
@@ -14,13 +15,11 @@
|
|
|
14
15
|
"title": "Email",
|
|
15
16
|
"type": "string",
|
|
16
17
|
"format": "email",
|
|
17
|
-
"required": true,
|
|
18
18
|
"description": "Rheem/Econet account email (Homebridge dedicated account recommnded)"
|
|
19
19
|
},
|
|
20
20
|
"password": {
|
|
21
21
|
"title": "Password",
|
|
22
22
|
"type": "string",
|
|
23
|
-
"required": true,
|
|
24
23
|
"description": "Rheem/Econet account password"
|
|
25
24
|
},
|
|
26
25
|
"wh_sim_disable": {
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName": "Homebridge Econet Rheem",
|
|
5
5
|
"description": "Homebridge plugin based on pyeconet for control of Rheem water heaters",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "1.5.
|
|
7
|
+
"version": "1.5.4",
|
|
8
8
|
"homepage": "https://github.com/mpatfield/homebridge-econet-rheem#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -25,7 +25,12 @@
|
|
|
25
25
|
"watch": "npm run build && npm link && nodemon"
|
|
26
26
|
},
|
|
27
27
|
"keywords": [
|
|
28
|
+
"homebridge",
|
|
28
29
|
"homebridge-plugin",
|
|
30
|
+
"homebridge-econet-rheem",
|
|
31
|
+
"hoobs",
|
|
32
|
+
"hoobs-plugin",
|
|
33
|
+
"homekit",
|
|
29
34
|
"econet",
|
|
30
35
|
"rheem",
|
|
31
36
|
"water-heater",
|