@apocaliss92/scrypted-advanced-notifier 1.2.14 → 1.3.0
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 +3 -1
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -20,11 +20,12 @@ Mainly supported notifiers are from `Homeassistant` and `Pushover` plugins
|
|
20
20
|
List of strings that will be shown on the notifications based on the detection type. Useful to have localized text, many placeholders are available and specified in each text
|
21
21
|
## Detection rules
|
22
22
|
Fine grained rules can be defined to filter out detections and dispatch to specific notiries at specific conditions, called `Detection rules`. These rules can be added on Plugin level or on Camera level. Each rule has the following settings:
|
23
|
-
- `Enabled`: Enable or disable the rule
|
23
|
+
- `Enabled`: Enable or disable the rule (On homeassistant will be available a switch to enable/disable each rule)
|
24
24
|
- `Activation`: One of Always, OnActive, Schedule
|
25
25
|
- Always - the rule will always be active (besides enabled flag being off)
|
26
26
|
- OnActive - the rule will be active only for the devices selected in the `"OnActive" devices` selector (in Detection Rules -> General). This target is automatically synced with the MQTT topic defined in the setting "Active entities topic" under MQTT. MQTT Must be enabled
|
27
27
|
- Schedule - the rule will be active based on a schedule defined in the rule
|
28
|
+
- AlarmSystem - the rule will be active based on the current status of the alarm system defined in Plugin => Detection Rules => General => Security System
|
28
29
|
- `Priority`: Priority of the notification, will have effect only for pushover
|
29
30
|
- `Custom text`: override text to show on each notification. Will override the defaults
|
30
31
|
- `Detection classes`: detection classes to trigger the notification
|
@@ -32,6 +33,7 @@ Fine grained rules can be defined to filter out detections and dispatch to speci
|
|
32
33
|
- `Notifiers`: notifiers to notify
|
33
34
|
- `Open sensors`: sensors that must be open to trigger a notification
|
34
35
|
- `Closed sensors`: sensors that must be closed to trigger a notification
|
36
|
+
- `Alarm modes`: alarm modes to be active to enable this rule (only available for activation AlarmSystem)
|
35
37
|
- `Actions`: actions that will be shown on the notification. Rendering will vary depending on the notifier. For HA will be an actionable notification, for pushover will be additional links in the text. Both of them require homeassistant to work, the same event will be triggered with the specified action type
|
36
38
|
- `Devices`: Only available for `Always` and `Schedule` activations. Devices for which notification is active
|
37
39
|
- `Day - Start time - End time`: properties required for the `Schedule` activation
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED