@apocaliss92/scrypted-advanced-notifier 3.4.0 → 3.4.2
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 +4 -0
- package/README.md +5 -1
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
<details>
|
2
2
|
<summary>Changelog</summary>
|
3
3
|
|
4
|
+
### 3.4.1
|
5
|
+
|
6
|
+
- Add setting to enable snoozing actions on a notifier (Pushover and homeassistant)
|
7
|
+
|
4
8
|
### 3.4.0
|
5
9
|
|
6
10
|
- Latest snapshots webhook changed, add a Webhook section to the README with all the possible snapshots available
|
package/README.md
CHANGED
@@ -19,6 +19,7 @@ The plugin will export to MQTT the following entities:
|
|
19
19
|
|
20
20
|
- PTZ controls
|
21
21
|
- Restart control
|
22
|
+
- Notifications enabled
|
22
23
|
- Basic detection information (motion, animal, person, vehicle, face, plate, generic object). Same information will be available for every rule associated to a camera
|
23
24
|
- Latest image
|
24
25
|
- Triggered
|
@@ -37,10 +38,13 @@ The plugin provides customized way to deliver notifications. It is based on rule
|
|
37
38
|
- Homeassistant push notifications
|
38
39
|
- Pushover
|
39
40
|
It's useful to use both notifiers, homeassistant as push rich notification and pushover as low priority just to store all the events
|
40
|
-
Set the following parameters to allow rich notifications
|
41
|
+
Set the following parameters on the plugin page to allow rich notifications
|
41
42
|
- `Scrypted token`: Token stored on the scrypted entity on homeassistant
|
42
43
|
- `NVR url`: Url pointing to the NVR instance, should be accessible from outside
|
43
44
|
|
45
|
+
It's also possible to enable snoozing actions enabling the `Add snoozing actions` settings on the notifier page (experimental, it will open a browser tab. Will probably require an automation importing in future to use homeassistant actions)
|
46
|
+
Notifications can be disabled for a specific camera on the camera page, Advanced notifier => Notifier => `Notifications enabled` (available on MQTT as well)
|
47
|
+
|
44
48
|
Rules can be of following types: Detection, Occupancy, Audio, Timelapse. These properties are in common with all, some are hidden until the `Show more configurations` gets activated
|
45
49
|
|
46
50
|
- `Activation type`: when the rule shoul be active
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED