homebridge-econet-rheem 1.5.14 → 1.5.15
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 +10 -2
- package/README.md +1 -1
- package/dist/homebridge-ui/public/index.html +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to homebridge-econet-rheem will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## 1.5.15 (2025-08-11)
|
|
6
|
+
|
|
1
7
|
### HELP NEEDED! (no coding experience required)
|
|
2
8
|
|
|
3
9
|
Do you have a leak sensor and/or shut off valve on your water heater? Click [here](https://github.com/mpatfield/homebridge-econet-rheem/issues/4) for instructions.
|
|
4
10
|
|
|
5
11
|
Would you like to see Homebridge Econet Rheem in your language? Comment [here](https://github.com/mpatfield/homebridge-econet-rheem/issues/35) if you'd like to help.
|
|
6
12
|
|
|
7
|
-
|
|
13
|
+
### Fixed
|
|
14
|
+
- Broken header image in config UI
|
|
8
15
|
|
|
9
|
-
|
|
16
|
+
### Changed
|
|
17
|
+
- Update dependencies
|
|
10
18
|
|
|
11
19
|
## 1.5.14 (2025-07-14)
|
|
12
20
|
|
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://
|
|
2
|
+
<img src="https://raw.githubusercontent.com/mpatfield/homebridge-econet-rheem/refs/heads/latest/img/banner.png" width="600">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<span align="center">
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
</style>
|
|
7
7
|
<p class="text-center">
|
|
8
8
|
<img
|
|
9
|
-
src="https://
|
|
9
|
+
src="https://raw.githubusercontent.com/mpatfield/homebridge-econet-rheem/refs/heads/latest/img/banner.png"
|
|
10
10
|
alt="Homebridge Econet Rheem"
|
|
11
11
|
style="width: 60%;"
|
|
12
12
|
/>
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
</br><button type="button" class="btn btn-primary" id="introContinue" i18n="continue", i18n_replace="arrow"></button>
|
|
21
21
|
</div>
|
|
22
22
|
|
|
23
|
-
<script src="ui.js?v=1.5.
|
|
23
|
+
<script src="ui.js?v=1.5.15"></script>
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName": "Homebridge Econet Rheem",
|
|
5
5
|
"description": "Homebridge plugin for control of Rheem thermostats and water heaters",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "1.5.
|
|
7
|
+
"version": "1.5.15",
|
|
8
8
|
"homepage": "https://github.com/mpatfield/homebridge-econet-rheem#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|