homebridge-dummy 1.3.2-beta.1 → 1.3.2

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,13 +2,13 @@
2
2
 
3
3
  All notable changes to homebridge-dummy will be documented in this file.
4
4
 
5
- ## 1.3.2-beta.1 (2025-10-21)
5
+ ## 1.3.2 (2025-10-24)
6
6
 
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)
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
 
9
- ### ⚠️ Feedback Request
9
+ ### ⚠️ Upcoming Breaking Change
10
10
 
11
- I am considering the removal of Thermostat as a supported accessory type from a future version. If you use Thermostat, please add your use case to [this ticket](https://github.com/mpatfield/homebridge-dummy/issues/207).
11
+ I plan to remove `Thermostat` as a supported accessory type from a future version. If you use `Thermostat`, please add your use case to [this ticket](https://github.com/mpatfield/homebridge-dummy/issues/207) and I will help you find an alternative.
12
12
 
13
13
  ### Added
14
14
  - Support for `GarageDoorOpener`
package/README.md CHANGED
@@ -283,7 +283,11 @@ For `TargetTemperature` you may optionally supply a `unit` (either 'F' or 'C') t
283
283
 
284
284
  ## Credits
285
285
 
286
- Special thanks to [@nfarina](https://github.com/sponsors/nfarina) for creating the original version of this plugin and maintaining it for almost 10 (!!!) years
286
+ [@jotzet79](https://github.com/sponsors/jotzet79) for German translations
287
+
288
+ [@Silverdragon122](https://github.com/sponsors/Silverdragon122) for Russian translations
289
+
290
+ [@dcompane](https://github.com/sponsors/dcompane) for Spanish translations
287
291
 
288
292
  [Keryan Belahcene](https://www.instagram.com/keryan.me) for creating the [Flume](https://github.com/homebridge-plugins/homebridge-flume) banner image which was adapted for use with this plugin
289
293
 
@@ -293,4 +297,6 @@ Sensor feature inspired by [Homebridge-Delay-Switch](https://github.com/nitaybz/
293
297
 
294
298
  Command feature inspired by [homebridge-cmdtrigger](https://github.com/hallos/homebridge-cmdtrigger) by [@hallos](https://github.com/sponsors/hallos)
295
299
 
296
- And to the amazing creators/contributors of [Homebridge](https://homebridge.io) who made this plugin possible!
300
+ Special thanks to [@nfarina](https://github.com/sponsors/nfarina) for creating the original version of this plugin and maintaining it for almost 10 (!!!) years
301
+
302
+ And to the amazing creators/contributors of [Homebridge](https://homebridge.io) who made this plugin possible!
@@ -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.3.2-beta.1"></script>
46
+ <script src="ui.js?v=1.3.2"></script>
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName": "Homebridge Dummy",
5
5
  "description": "Create Homebridge accessories to help with automation and control — scheduling, delays, sensors, commands, webhooks, and more",
6
6
  "type": "module",
7
- "version": "1.3.2-beta.1",
7
+ "version": "1.3.2",
8
8
  "homepage": "https://github.com/mpatfield/homebridge-dummy#readme",
9
9
  "repository": {
10
10
  "type": "git",