homebridge-virtual-accessories 3.10.0 → 3.10.1

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/README.md CHANGED
@@ -22,11 +22,6 @@
22
22
 
23
23
  ## <!-- Thin separator line -->
24
24
 
25
- > [!CAUTION]
26
- > Virtual Accessories for Homebridge v3.9.2 is a breaking update for the Security System accessory. Please refer to the [wiki document](https://github.com/justjam2013/homebridge-virtual-accessories/wiki/Virtual-Accessories-For-Homebridge-v3.9.2-breaking-update-for-Security-System-accessory) for configuration changes.
27
-
28
- ## <!-- Thin separator line -->
29
-
30
25
  <details>
31
26
  <summary>
32
27
 
@@ -91,9 +86,7 @@
91
86
 
92
87
  ## About Virtual Accessories For Homebridge
93
88
 
94
- This plugin is inspired by Nick Farina's most excellent 🎸 [`homebridge-dummy`](https://github.com/nfarina/homebridge-dummy) plugin, which formed the backbone of my HomeKit automations. As `homebridge-dummy` was no longer being maintained, I was motivated to create a new solution.
95
-
96
- [**Update:** `homebridge-dummy` has found a new maintainer and is being updated, so check it out.]
89
+ This plugin is inspired by Nick Farina's most excellent 🎸 [`homebridge-dummy`](https://github.com/nfarina/homebridge-dummy) plugin, which formed the backbone of my HomeKit automations. At the time `homebridge-dummy` was no longer being maintained, so I was motivated to create a new solution. Since then `homebridge-dummy` has found a new maintainer and gone through a rewrite, so definitely worth checking out.
97
90
 
98
91
  But the purpose of this plugin is also to provide a single solution for creating different types of virtual HomeKit accessories. In my automations it has replaced seven separate plugins, each of which provided part of the functionality I needed, and all of which had gone unmaintained or abandoned. It also became annoying to have to figure out which plugin provided what functionality, or managed which accessory, each time I wanted or needed to make a change. The drama!
99
92
 
@@ -647,7 +647,8 @@
647
647
  "": {
648
648
  "title": "Armed Modes",
649
649
  "description": "Security system modes (Away and Home are required)",
650
- "type": "null"
650
+ "type": "object",
651
+ "properties": {}
651
652
  },
652
653
  "hasAwayMode": {
653
654
  "title": "Away Mode",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "homebridge-virtual-accessories",
3
3
  "displayName": "Virtual Accessories for Homebridge",
4
4
  "type": "module",
5
- "version": "3.10.0",
5
+ "version": "3.10.1",
6
6
  "description": "Virtual HomeKit accessories for Homebridge.",
7
7
  "author": "justjam2013",
8
8
  "license": "MIT",