Skip to content

Commit 8a45196

Browse files
committed
Prep for release
1 parent dc8e037 commit 8a45196

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
All notable changes to homebridge-dummy will be documented in this file.
44

5-
## 1.5.17-beta.5 ()
5+
## 1.5.17 (2026-06-04)
66

77
### Added
88
- "Simulate Duration" option to enable auto-shutoff for [`Valves`](https://github.com/mpatfield/homebridge-easy-mqtt/wiki/Valve) that do not have duration topics
99
- Minimum and Maximum 'Default Run Time' for [`Valve`](https://github.com/mpatfield/homebridge-easy-mqtt/wiki/Valve) accessory type
1010

1111
### Fixed
1212
- "Reset on Restart" not working as intended — causing characteristic warnings and crashes
13-
- ⚠️ This has been broken for a while — please [open a ticket](https://github.com/mpatfield/homebridge-easy-mqtt/issues/new/choose) if you notice any issues with this option enabled
13+
- ⚠️ This has been broken for a while — please [open a ticket](https://github.com/mpatfield/homebridge-easy-mqtt/issues/new/choose) if you notice any new issues with this option enabled
1414
- Potential crash on launch
1515

1616
### Notes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Homebridge Easy MQTT",
55
"description": "Homebridge plugin for MQTT devices",
66
"type": "module",
7-
"version": "1.5.17-beta.5",
7+
"version": "1.5.17",
88
"homepage": "https://github.com/mpatfield/homebridge-easy-mqtt#readme",
99
"repository": {
1010
"type": "git",
@@ -85,5 +85,9 @@
8585
"author": {
8686
"name": "mpatfield"
8787
},
88-
"license": "Apache-2.0"
88+
"license": "Apache-2.0",
89+
"allowScripts": {
90+
"esbuild@0.28.0": true,
91+
"fsevents@2.3.3": true
92+
}
8993
}

0 commit comments

Comments
 (0)