@apocaliss92/scrypted-advanced-notifier 1.5.5 → 1.5.6
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 +2 -1
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
https://github.com/apocaliss92/scrypted-advanced-notifier - For requests and bugs
|
4
4
|
|
5
|
-
This plugin is feature rich notifier to handle detection notifications.
|
5
|
+
This plugin is feature rich notifier to handle detection notifications.
|
6
6
|
|
7
7
|
## Homeassistant
|
8
8
|
It's possbile to configure an homeassistant connection (or utilize the one configured in the `Homeassistant` plugin) to fetch configured Rooms and Entities which are identified by one of the `Entity regex patterns`, these can be then assigned to a camera or sensor to add metadata used to render the notification. The fetched data will be visible in the `METADATA` group, and edited
|
@@ -29,6 +29,7 @@ Fine grained rules can be defined to filter out detections and dispatch to speci
|
|
29
29
|
- `Priority`: Priority of the notification, will have effect only for pushover
|
30
30
|
- `Custom text`: override text to show on each notification. Will override the defaults
|
31
31
|
- `Detection classes`: detection classes to trigger the notification
|
32
|
+
- `Disable recording in seconds`: if set, when the rule is triggered will enable the NVR recordings for the same amount of seconds, will disable afterwards
|
32
33
|
- `Score threshold`: minimum score to trigger a notification
|
33
34
|
- `Notifiers`: notifiers to notify
|
34
35
|
- `Open sensors`: sensors that must be open to trigger a notification
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED