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 +4 -4
- package/README.md +8 -2
- package/dist/homebridge-ui/public/index.html +1 -1
- package/package.json +1 -1
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
|
|
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
|
-
### ⚠️
|
|
9
|
+
### ⚠️ Upcoming Breaking Change
|
|
10
10
|
|
|
11
|
-
I
|
|
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
|
-
|
|
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
|
-
|
|
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!
|
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
|
|
7
|
+
"version": "1.3.2",
|
|
8
8
|
"homepage": "https://github.com/mpatfield/homebridge-dummy#readme",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|