@apocaliss92/scrypted-advanced-notifier 4.4.68 → 4.4.70

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,9 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 4.4.70
5
+ - Added links to Zentik
6
+
4
7
  ### 4.4.66
5
8
  - Manual AI settings removed. Use LLM plugin if that was setup before
6
9
 
package/README.md CHANGED
@@ -38,12 +38,18 @@ The plugin will export to MQTT the following entities:
38
38
 
39
39
  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
40
 
41
+ - Zentik
41
42
  - Native Scrypted notifiers (i.e. Scrypted iPhone app...)
42
43
  - Ntfy
43
44
  - Homeassistant push notifications
44
45
  - Pushover
45
46
  - Telegram
46
47
 
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)
52
+
47
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
48
54
 
49
55
  - `Scrypted token`: Token stored on the scrypted entity on homeassistant
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.4.68",
8
+ "version": "4.4.70",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",