@apocaliss92/scrypted-advanced-notifier 4.1.33 → 4.1.35

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
@@ -40,8 +40,9 @@ The plugin provides customized way to deliver notifications. It is based on rule
40
40
  - Ntfy
41
41
  - Homeassistant push notifications
42
42
  - Pushover
43
+ - Telegram
43
44
 
44
- 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
45
+ 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
45
46
 
46
47
  - `Scrypted token`: Token stored on the scrypted entity on homeassistant
47
48
  - `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.1.33",
8
+ "version": "4.1.35",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",