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-beta.0 (2025-09-24)
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
- ### Fixed
18
- - Config UI rendering issue when migrating deprecated fields
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
 
@@ -43,4 +43,4 @@
43
43
  <em><p i18n="migrationDetails5" i18n_replace="migration"></p></em></br>
44
44
  </div>
45
45
 
46
- <script src="ui.js?v=1.2.0-beta.0"></script>
46
+ <script src="ui.js?v=1.2.0"></script>
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-beta.0",
7
+ "version": "1.2.0",
8
8
  "homepage": "https://github.com/mpatfield/homebridge-dummy#readme",
9
9
  "repository": {
10
10
  "type": "git",