homebridge-dummy 1.2.0-beta.0 → 1.2.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
CHANGED
|
@@ -2,20 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to homebridge-dummy will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## 1.2.0
|
|
5
|
+
## 1.2.0 (2025-10-02)
|
|
6
6
|
|
|
7
7
|
### ‼️ WARNING — Read this if upgrading from v0.9.2 or earlier…
|
|
8
8
|
|
|
9
9
|
Automations and scenes using Homebridge Dummy accessories will need to be reconfigured. After upgrading, you must **RESTART HOMEBRIDGE SERVICE & UI** (not just *RESTART HOMEBRIDGE*). After restarting, open the Homebridge Dummy plugin settings to run the accessory migration helper. Full details [here](https://github.com/mpatfield/homebridge-dummy?tab=readme-ov-file#v10-migration).
|
|
10
10
|
|
|
11
|
+
### Added
|
|
12
|
+
- Webhooks ([documentation](https://github.com/mpatfield/homebridge-dummy#webhooks))
|
|
13
|
+
|
|
11
14
|
### Changed
|
|
12
|
-
- Support for webhooks ([documentation](https://github.com/mpatfield/homebridge-dummy#webhooks))
|
|
13
|
-
- Better field validation in config UI (Thank you, [@justjam2013](https://github.com/sponsors/justjam2013) for teaching me this!)
|
|
14
15
|
- `schedule.cron` now expects an `@` preset or `CRON_CUSTOM` with `schedule.cronCustom` defined.
|
|
15
16
|
- This is backwards compatible so no manual edits are necessary
|
|
17
|
+
- Better field validation in config UI (Thank you, [@justjam2013](https://github.com/sponsors/justjam2013) for teaching me this!)
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- Code changes to speed future feature development
|
|
16
20
|
|
|
17
|
-
###
|
|
18
|
-
|
|
21
|
+
### Notes
|
|
22
|
+
Would you like to see Homebridge Dummy in your language? Please consider [getting involved](https://github.com/mpatfield/homebridge-dummy/issues/105). No coding experience required!
|
|
19
23
|
|
|
20
24
|
## 1.1.0 (2025-08-14)
|
|
21
25
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName": "Homebridge Dummy",
|
|
5
5
|
"description": "Create fake accessories to help with automation — features scheduling, delays, sensors, commands, and more",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "1.2.0
|
|
7
|
+
"version": "1.2.0",
|
|
8
8
|
"homepage": "https://github.com/mpatfield/homebridge-dummy#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|