homebridge-virtual-accessories 3.11.5 → 3.11.6
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/config.schema.json +1 -1
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
]
|
|
646
646
|
},
|
|
647
647
|
"": {
|
|
648
|
-
"description": "Note: HomeKey appears to currently be
|
|
648
|
+
"description": "Note: HomeKey appears to currently be broken. If you are experiencing issues, set HomeKey Color to None.",
|
|
649
649
|
"type": "object",
|
|
650
650
|
"properties": {}
|
|
651
651
|
}
|
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.11.
|
|
5
|
+
"version": "3.11.6",
|
|
6
6
|
"description": "Virtual HomeKit accessories for Homebridge.",
|
|
7
7
|
"author": "justjam2013",
|
|
8
8
|
"license": "MIT",
|