@apocaliss92/scrypted-advanced-notifier 5.1.6 → 5.1.7

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
@@ -1,6 +1,11 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 5.1.7
5
+
6
+ - Fix notification zone being empty when a detection rule's whitelist is left blank (empty arrays were treated as a filter). Leave whitelist/blacklist empty to match all zones.
7
+ - Plugin detection rules now list every camera's zones when Devices is empty, instead of showing none.
8
+
4
9
  ### 5.0.18
5
10
 
6
11
  - Add NVR storage health binary sensor: automatically fetches all NVR storage paths (recordingsPath, largeDisks, fastDisks) and checks every 5 minutes whether they are mounted correctly. Exposed as a `binary_sensor` (device class `problem`) diagnostic entity on Home Assistant
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "https://github.com/apocaliss92/scrypted-advanced-notifier"
7
7
  },
8
- "version": "5.1.6",
8
+ "version": "5.1.7",
9
9
  "scripts": {
10
10
  "docs:dev": "cd docs && npm run dev",
11
11
  "docs:build": "cd docs && npm run build",