@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 +3 -0
- package/README.md +6 -0
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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