@apocaliss92/scrypted-advanced-notifier 3.1.24 → 3.2.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/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 3.2.0
5
+
6
+ - Update images for rule in the same asynqueue to make sure an image is always available
7
+
4
8
  ### 3.1.23
5
9
 
6
10
  - Link plugin rule entities on devices and vice-versa, plugin triggers will activate the plugin entity as well
@@ -34,7 +34,12 @@ The plugin will export to MQTT the following entities:
34
34
  - Recording switch (NVR privacy mode)
35
35
 
36
36
  ## Notifications
37
+ 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):
38
+ - Homeassistant push notifications
39
+ - Pushover
37
40
 
41
+ Rules can be of following types:
42
+ ### Detection
38
43
 
39
44
  <!-- ## Homeassistant
40
45
  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
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": "3.1.24",
8
+ "version": "3.2.0",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",