homebridge-securitysystem 9.0.0-beta.1 → 9.1.0-beta.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.
@@ -24,4 +24,4 @@ jobs:
24
24
  stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in a few days if no further activity occurs. Thank you for your contributions."
25
25
  stale-issue-label: "stale"
26
26
  stale-pr-label: "stale"
27
- exempt-issue-labels: "feature,enhancement,unsupported"
27
+ exempt-issue-labels: "feature,enhancement,unsupported,pinned"
@@ -446,7 +446,7 @@
446
446
  }
447
447
  }
448
448
  },
449
- "required": true
449
+ "required": false
450
450
  },
451
451
  "audio_path": {
452
452
  "title": "Custom Audio Path",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge-securitysystem",
3
3
  "displayName": "Homebridge Security System",
4
- "version": "9.0.0-beta.1",
4
+ "version": "9.1.0-beta.1",
5
5
  "description": "Homebridge plugin that creates a security system accessory that can be triggered by HomeKit sensors.",
6
6
  "main": "src/index.js",
7
7
  "scripts": {
@@ -37,8 +37,8 @@
37
37
  }
38
38
  ],
39
39
  "engines": {
40
- "node": "^18.20.4 || ^20.15.1",
41
- "homebridge": "^1.6.0 || ^2.0.0-beta.0"
40
+ "node": "^18.15.0 || ^20.7.0 || ^22",
41
+ "homebridge": "^1.6.0 || ^2.0.0"
42
42
  },
43
43
  "dependencies": {
44
44
  "express": "^4.17.1",