@apocaliss92/scrypted-advanced-notifier 4.3.55 → 4.3.57
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 +3 -0
- package/README.md +1 -4
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -106,6 +106,7 @@ These rules can be created for multiple cameras (on the plugin page) or per sing
|
|
106
106
|
- Set a `Custom text` if a specific text should be applied. By default detection rules will use the texts defined in the plugin tab `Texts`, many placeholder are available to enrich the content
|
107
107
|
- Check `Enable AI to generate descriptions` if you want to let AI generate a description text out of the image. AI settings are available on the plugin page under the AI, currently supported: GoogleAi, OpenAi, Claude, Groq
|
108
108
|
- Set `CLIP Description` to use semantic search and filter out even more detections. It will be applied at the very end of the chain, when all the filters already had effect. Set `CLIP confidence level` to finetune the confidence level of the search
|
109
|
+
- Set `AI filter` to send the image to the choosen AI tool to confirm the input prompt
|
109
110
|
- Set `Image post processing` to process notification images:
|
110
111
|
- MarkBoundaries will drawn a coloured rectangle around the detected object
|
111
112
|
- Crop will crop the image around the detected object
|
@@ -171,10 +172,6 @@ The plugin will store on filesystem, if configured, images for every basic detec
|
|
171
172
|
- Set `Minimum notification delay` to debounce further notifications
|
172
173
|
- Set `Minimum MQTT publish delay` to debounce the image update on MQTT for this basic detections
|
173
174
|
|
174
|
-
## Homeassistant
|
175
|
-
|
176
|
-
It's possbile to configure an homeassistant connection (or utilize the one configured in the `Homeassistant` plugin) to fetch configured entity IDs which are identified by one of the `Entity regex patterns`. The entities fetched will be available as selection on each camera/sensor to alias them with an homeassistant entity. This helps the `OnActive` rules to send entityIds instead of Scrypted identifiers.
|
177
|
-
|
178
175
|
## Webhooks
|
179
176
|
|
180
177
|
Some basic webhooks are available
|
package/dist/plugin.zip
CHANGED
Binary file
|
package/package.json
CHANGED