homebridge-flume 3.1.5-beta.0 → 3.1.5
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 +12 -0
- package/dist/homebridge-ui/public/index.html +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,18 @@ Would you like to see Homebridge Flume in your language? Please consider [gettin
|
|
|
6
6
|
|
|
7
7
|
All notable changes to homebridge-flume will be documented in this file.
|
|
8
8
|
|
|
9
|
+
# 3.1.5 (2025-07-24)
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- Try full authentication when refresh fails ([#128](https://github.com/mpatfield/homebridge-flume/issues/128))
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- Reverted to using `leaks/active` api for leak detection ([#129](https://github.com/mpatfield/homebridge-flume/issues/129))
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
- Added `useNotifications` config option to include custom usage alerts in leak detection
|
|
20
|
+
|
|
9
21
|
# 3.1.4 (2025-07-16)
|
|
10
22
|
|
|
11
23
|
### Fixed
|