homebridge-flume 3.1.6 → 3.1.7

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 CHANGED
@@ -2,11 +2,19 @@
2
2
 
3
3
  All notable changes to homebridge-flume will be documented in this file.
4
4
 
5
- # 3.1.6 (2025-07-29)
5
+ # 3.1.7 (2025-08-11)
6
6
 
7
7
  ### HELP NEEDED!
8
8
  Would you like to see Homebridge Flume in your language? Please consider [getting involved](https://github.com/mpatfield/homebridge-flume/issues/107).
9
9
 
10
+ ### Fixed
11
+ - Broken header image in config UI
12
+
13
+ ### Changed
14
+ - Updated dependencies
15
+
16
+ # 3.1.6 (2025-07-29)
17
+
10
18
  ### Changed
11
19
  - Behavior of `useNotifications` option has changed slightly to use only notifications as indications of leaks
12
20
  - Setting name has changed to "Use Unread Usage Notifications" in the config UI
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://github.com/mpatfield/homebridge-flume/blob/latest/img/banner.png?raw=true" width="600">
2
+ <img src="https://raw.githubusercontent.com/mpatfield/homebridge-flume/refs/heads/latest/img/banner.png" width="600">
3
3
  </p>
4
4
 
5
5
  <span align="center">
@@ -23,11 +23,11 @@ This plugin is independently developed and is not in any way affiliated with or
23
23
 
24
24
  Once you have completed [Configuration](https://github.com/mpatfield/homebridge-flume#configuration) you will see a new leak sensor pop up in your Home app. If the sensor detetcs a leak, you will receive a HomeKit notification and can setup automations to react to state changes.
25
25
 
26
- <img src="https://github.com/mpatfield/homebridge-flume/blob/latest/img/screenshot_1.png?raw=true"> <img src="https://github.com/mpatfield/homebridge-flume/blob/latest/img/screenshot_2.png?raw=true">
26
+ <img src="https://raw.githubusercontent.com/mpatfield/homebridge-flume/refs/heads/latest/img/screenshot_1.png"> <img src="https://raw.githubusercontent.com/mpatfield/homebridge-flume/refs/heads/latest/img/screenshot_2.png">
27
27
 
28
28
  If you use a more advanced HomeKit app like [Eve](https://apps.apple.com/us/app/eve-for-matter-homekit/id917695792) or [Controller for Homekit](https://apps.apple.com/us/app/controller-for-homekit/id1198176727), you will see some additional information about your water use. Unfortunately, Apple currently doesn't offer a way to display this in the Home app.
29
29
 
30
- <img src="https://github.com/mpatfield/homebridge-flume/blob/latest/img/screenshot_3.png?raw=true">
30
+ <img src="https://raw.githubusercontent.com/mpatfield/homebridge-flume/refs/heads/latest/img/screenshot_3.png">
31
31
 
32
32
  ## Configuration
33
33
 
@@ -7,7 +7,7 @@
7
7
 
8
8
  <p class="text-center">
9
9
  <img
10
- src="https://github.com/mpatfield/homebridge-flume/blob/latest/img/banner.png?raw=true"
10
+ src="https://raw.githubusercontent.com/mpatfield/homebridge-flume/refs/heads/latest/img/banner.png"
11
11
  alt="homebridge-flume"
12
12
  style="width: 60%;"
13
13
  />
@@ -21,4 +21,4 @@
21
21
  </br><button type="button" class="btn btn-primary" id="introContinue" i18n="continue", i18n_replace="arrow"></button>
22
22
  </div>
23
23
 
24
- <script src="ui.js?v=3.1.6"></script>
24
+ <script src="ui.js?v=3.1.7"></script>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "homebridge-flume",
3
3
  "alias": "Flume",
4
4
  "displayName": "Flume",
5
- "version": "3.1.6",
5
+ "version": "3.1.7",
6
6
  "author": {
7
7
  "name": "mpatfield"
8
8
  },