homebridge-dummy 1.4.0-beta.7 → 1.4.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,7 +2,7 @@
2
2
 
3
3
  All notable changes to homebridge-dummy will be documented in this file.
4
4
 
5
- ## 1.4.0-beta.7 (2025-10-30)
5
+ ## 1.4.0 (2025-11-01)
6
6
 
7
7
  ### ‼️ WARNING ‼️ — If upgrading from v0.9.2 or earlier, [READ THIS FIRST](https://github.com/mpatfield/homebridge-dummy?tab=readme-ov-file#v10-migration)
8
8
 
@@ -19,6 +19,11 @@ All notable changes to homebridge-dummy will be documented in this file.
19
19
  - This is backwards compatible so no manual edits are necessary
20
20
  - Updated dependencies
21
21
 
22
+ ### Notes
23
+ After further consideration, I will continue to support `Thermostat` as an accessory type. Thanks to everybody who participated in the [discussion](https://github.com/mpatfield/homebridge-dummy/issues/207).
24
+
25
+ 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!
26
+
22
27
  ## 1.3.2 (2025-10-24)
23
28
 
24
29
  ### Added
@@ -49,9 +54,6 @@ All notable changes to homebridge-dummy will be documented in this file.
49
54
  - Running timers are resumed and sensor states are restored after plugin/Homebridge restart ([#189](https://github.com/mpatfield/homebridge-dummy/issues/189)) ([#191](https://github.com/mpatfield/homebridge-dummy/issues/191))
50
55
  - Improved error messaging for invalid config values
51
56
 
52
- ### Notes
53
- 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!
54
-
55
57
  ## 1.2.0 (2025-10-02)
56
58
 
57
59
  ### Added
@@ -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.4.0-beta.7"></script>
46
+ <script src="ui.js?v=1.4.0"></script>
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName": "Homebridge Dummy",
5
5
  "description": "Create accessories to help with HomeKit automation and control — scheduling, delays, sensors, commands, conditions, webhooks, and more",
6
6
  "type": "module",
7
- "version": "1.4.0-beta.7",
7
+ "version": "1.4.0",
8
8
  "homepage": "https://github.com/mpatfield/homebridge-dummy#readme",
9
9
  "repository": {
10
10
  "type": "git",