homebridge-flume 0.7.0 → 1.0.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/CHANGELOG.md +6 -0
- package/README.md +17 -13
- package/config.schema.json +1 -1
- package/lib/homebridge-ui/public/index.html +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://github.com/bwp91/homebridge-flume"><img src="https://user-images.githubusercontent.com/43026681/143831753-ed67cad2-909a-4337-9b18-dd8e65dfdf5e.png" width="600px"></a>
|
|
3
|
+
</p>
|
|
1
4
|
<span align="center">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
5
|
+
|
|
6
|
+
# homebridge-flume
|
|
7
|
+
|
|
8
|
+
Homebridge plugin to integrate Flume devices into HomeKit
|
|
9
|
+
|
|
10
|
+
[](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
|
|
11
|
+
[](https://www.npmjs.com/package/homebridge-flume)
|
|
12
|
+
[](https://github.com/bwp91/homebridge-flume/wiki/Beta-Version)
|
|
13
|
+
[](https://www.npmjs.com/package/homebridge-flume)
|
|
14
|
+
[](https://standardjs.com)
|
|
15
|
+
[](https://discord.com/channels/784827113378676736/784827113378676739)
|
|
16
|
+
[](https://discord.com/channels/432663330281226270/742733745743855627)
|
|
17
|
+
|
|
15
18
|
</span>
|
|
16
19
|
|
|
17
20
|
### Plugin Information
|
|
@@ -41,6 +44,7 @@
|
|
|
41
44
|
### Credits
|
|
42
45
|
|
|
43
46
|
- This is a forked rewrite of the [homebridge-flume-water-sensor](https://www.npmjs.com/package/homebridge-flume-water-sensor) plugin by @weallknowwhoisatfaulthere.
|
|
47
|
+
- To the creator of the awesome plugin header logo: [Keryan Belahcene](https://www.instagram.com/keryan.me).
|
|
44
48
|
- To the creators/contributors of [Homebridge](https://homebridge.io) who make this plugin possible.
|
|
45
49
|
|
|
46
50
|
### Disclaimer
|
package/config.schema.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"singular": true,
|
|
5
5
|
"customUi": true,
|
|
6
6
|
"customUiPath": "./lib/homebridge-ui",
|
|
7
|
-
"headerDisplay": "<p align=\"center\">For help and support please visit our <a href=\"https://github.com/bwp91/homebridge-
|
|
7
|
+
"headerDisplay": "<p align=\"center\"><img width=\"60%\" src=\"https://user-images.githubusercontent.com/43026681/143831753-ed67cad2-909a-4337-9b18-dd8e65dfdf5e.png\"></p><p align=\"center\">For help and support please visit our <a href=\"https://github.com/bwp91/homebridge-thermobit/wiki\">GitHub Wiki</a>. We hope you find this plugin useful!</p>",
|
|
8
8
|
"schema": {
|
|
9
9
|
"type": "object",
|
|
10
10
|
"properties": {
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
<p class="text-center">
|
|
2
|
+
<img
|
|
3
|
+
src="https://user-images.githubusercontent.com/43026681/143831753-ed67cad2-909a-4337-9b18-dd8e65dfdf5e.png"
|
|
4
|
+
alt="homebridge-flume logo"
|
|
5
|
+
style="width: 60%;"
|
|
6
|
+
/>
|
|
7
|
+
</p>
|
|
1
8
|
<div id="pageIntro" class="text-center" style="display: none;">
|
|
2
9
|
<p class="lead">Thank you for installing <strong>homebridge-flume</strong></p>
|
|
3
10
|
<p>
|
|
@@ -83,6 +90,10 @@
|
|
|
83
90
|
>
|
|
84
91
|
plugin by @weallknowwhoisatfaulthere
|
|
85
92
|
</li>
|
|
93
|
+
<li>
|
|
94
|
+
To the creator of the awesome plugin header logo:
|
|
95
|
+
<a href="https://www.instagram.com/keryan.me" target="_blank">Keryan Belahcene</a>.
|
|
96
|
+
</li>
|
|
86
97
|
<li>
|
|
87
98
|
To the creators/contributors of
|
|
88
99
|
<a href="https://homebridge.io" target="_blank">Homebridge</a> who make this plugin possible.
|