@apocaliss92/scrypted-advanced-notifier 3.5.9 → 3.5.11

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,15 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 3.5.11
5
+
6
+ - Add default actions on camera
7
+
8
+ ### 3.5.10
9
+
10
+ - [BREAKING CHANGE] HaActions and priority have been removed in favour of specific settings for every notifier utilized on a rule
11
+ - Add fully support to Ntfy, Pushover, HA, Scrypted NVR for: priority (critical too), actions, snoozing
12
+
4
13
  ### 3.5.9
5
14
 
6
15
  - Add full support to native NVR notifiers
package/README.md CHANGED
@@ -39,14 +39,19 @@ 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
+ Default actions can be set on every camera, will be added to each notification
50
+
51
+ All notifiers currently support allow critical notifications.
52
+
49
53
  Notifications can be disabled for a specific camera on the camera page, Advanced notifier => Notifier => `Notifications enabled` (available on MQTT as well)
54
+ Notifications can be disabled globally on the general tab of the plugin
50
55
 
51
56
  ### Scrypted NVR notifiers
52
57
  Plugins supports scripting of the NVR buitin notifiers, following features are available:
@@ -54,6 +59,7 @@ Plugins supports scripting of the NVR buitin notifiers, following features are a
54
59
  - enablement of notifications
55
60
  - 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
61
 
62
+ ## Rules
57
63
  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
64
 
59
65
  - `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.11",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",