@apocaliss92/scrypted-advanced-notifier 3.5.8 → 3.5.9

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,10 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 3.5.9
5
+
6
+ - Add full support to native NVR notifiers
7
+
4
8
  ### 3.5.7
5
9
 
6
10
  - [BREAKING CHANGE] Doorbell sensors won't be used anymore, a detection class Doorbell is now available on doorbell cameras
package/README.md CHANGED
@@ -35,6 +35,8 @@ The plugin will export to MQTT the following entities:
35
35
 
36
36
  The plugin provides customized way to deliver notifications. It is based on rules. Each rule can be activated based on several factors, i.e. active sensors, time ranges, security system status. Any notifier can be used but the only fully supported currently are (can be extended for any other):
37
37
 
38
+ - Native Scrypted notifiers (i.e. Scrypted iPhone app...)
39
+ - Ntfy
38
40
  - Homeassistant push notifications
39
41
  - Pushover
40
42
  It's useful to use both notifiers, homeassistant as push rich notification and pushover as low priority just to store all the events
@@ -43,7 +45,7 @@ The plugin provides customized way to deliver notifications. It is based on rule
43
45
  - `NVR url`: Url pointing to the NVR instance, should be accessible from outside
44
46
 
45
47
  ### Snoozing
46
- It's also possible to enable snoozing actions enabling the `Add snoozing actions` settings on the notifier page (experimental, it will open a browser tab. Will probably require an automation importing in future to use homeassistant actions)
48
+ It's also possible to enable snoozing actions enabling the `Add snoozing actions` (defualt enabled) settings on the notifier page (experimental, it will open a browser tab. Will probably require an automation importing in future to use homeassistant actions)
47
49
  Notifications can be disabled for a specific camera on the camera page, Advanced notifier => Notifier => `Notifications enabled` (available on MQTT as well)
48
50
 
49
51
  ### Scrypted NVR notifiers
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": "3.5.8",
8
+ "version": "3.5.9",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",
@@ -39,7 +39,8 @@
39
39
  "DeviceProvider",
40
40
  "MixinProvider",
41
41
  "HttpRequestHandler",
42
- "Videoclips"
42
+ "Videoclips",
43
+ "PushHandler"
43
44
  ],
44
45
  "pluginDependencies": []
45
46
  },