@apocaliss92/scrypted-advanced-notifier 4.5.11 → 4.5.13

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/README.md CHANGED
@@ -34,23 +34,24 @@ The plugin will export to MQTT the following entities:
34
34
  - Recording switch (NVR privacy mode)
35
35
  - Current dBs (if enabled)
36
36
 
37
+ IMPORTANT
38
+ If you edit a device name, to force the correct re-creation of the ha entities you will need to delete manually the entities on HA and restart the plugin
39
+
37
40
  ## Notifications
38
41
 
39
42
  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):
40
43
 
41
- - Zentik
44
+ - Zentik - Full round notifier application. Perfect for apple devices (iOS + watchOS, iPad, MacOS), developed by me with an eye to Advanced notifier and support whatever was possible, available for beta testing:
45
+ - iOS under https://testflight.apple.com/join/dFqETQEm
46
+ - PWA (android, web) under https://notifier.zentik.app
47
+ - Scrypted plugin available https://www.npmjs.com/package/@apocaliss92/scrypted-zentik
42
48
  - Native Scrypted notifiers (i.e. Scrypted iPhone app...)
43
49
  - Ntfy
44
50
  - Homeassistant push notifications
45
51
  - Pushover
46
52
  - Telegram
47
53
 
48
- I have developed a notifications app, Zentik, now available for beta testing:
49
- - iOS under https://testflight.apple.com/join/dFqETQEm
50
- - PWA (android, web) under https://notifier.zentik.app
51
- It will work seaminglessly with Scrypted, showing all the media dispatched (i.e. video + image). Scrypted plugin available https://www.npmjs.com/package/@apocaliss92/scrypted-zentik
52
-
53
- 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, ntfy or telegram do not have a nice support to actions. Following parameters are required to successfully send notifications
54
+ Highly suggested to utilize Zentik, since it will give a nice experience for both push notifications and an history of the past one. Otherwise combinations of other notifiers can be used, 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, ntfy or telegram do not have a nice support to actions. Following parameters are required to successfully send notifications
54
55
 
55
56
  - `Scrypted token`: Token stored on the scrypted entity on homeassistant
56
57
  - `NVR url`: Url pointing to the NVR instance, should be accessible from outside
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": "4.5.11",
8
+ "version": "4.5.13",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",