@apocaliss92/scrypted-advanced-notifier 3.5.9 → 3.5.10

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
+ ### 3.5.10
5
+
6
+ - [BREAKING CHANGE] HaActions and priority have been removed in favour of specific settings for every notifier utilized on a rule
7
+ - Add fully support to Ntfy, Pushover, HA, Scrypted NVR for: priority (critical too), actions, snoozing
8
+
4
9
  ### 3.5.9
5
10
 
6
11
  - Add full support to native NVR notifiers
package/README.md CHANGED
@@ -39,14 +39,18 @@ The plugin provides customized way to deliver notifications. It is based on rule
39
39
  - Ntfy
40
40
  - Homeassistant push notifications
41
41
  - Pushover
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
- Set the following parameters on the plugin page to allow rich notifications
42
+
43
+ It's useful to use Pushover or NTFY as notifiers storage, in combination with a homeassistant or NVR one, setting its priority to the lowest. This will allow to have a rich notification and also to store it on another notifier. This because notifiers such as pushover or ntfy do not have a nice support to actions. Following parameters are required to successfully send notifications
44
+
44
45
  - `Scrypted token`: Token stored on the scrypted entity on homeassistant
45
46
  - `NVR url`: Url pointing to the NVR instance, should be accessible from outside
46
47
 
47
- ### Snoozing
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)
48
+ Each notifier will be fully configurable on every rule, with possibility to set: actions, addSnoozeActions or priority.
49
+
50
+ All notifiers currently support allow critical notifications.
51
+
49
52
  Notifications can be disabled for a specific camera on the camera page, Advanced notifier => Notifier => `Notifications enabled` (available on MQTT as well)
53
+ Notifications can be disabled globally on the general tab of the plugin
50
54
 
51
55
  ### Scrypted NVR notifiers
52
56
  Plugins supports scripting of the NVR buitin notifiers, following features are available:
@@ -54,6 +58,7 @@ Plugins supports scripting of the NVR buitin notifiers, following features are a
54
58
  - enablement of notifications
55
59
  - disable specific camera notifications, if it's notifications are disabled. This will require both the camera and the NVR notifier to extend this plugin
56
60
 
61
+ ## Rules
57
62
  Rules can be of following types: Detection, Occupancy, Audio, Timelapse. These properties are in common with all, some are hidden until the `Show more configurations` gets activated
58
63
 
59
64
  - `Activation type`: when the rule shoul be active
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.9",
8
+ "version": "3.5.10",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",