mqtt-tools / mqttwarn

A highly configurable MQTT message router, where the routing targets are notification plugins, primarily written in Python.
https://mqttwarn.readthedocs.io/
Eclipse Public License 2.0
955 stars 183 forks source link

[ntfy] Improve example/tutorial about Frigate event notifications #639

Closed amotl closed 1 year ago

amotl commented 1 year ago

About

This patch improves the integration tutorial with Frigate, to allow submitting notifications to ntfy, including attachments from the local filesystem, which would otherwise not be possible. It is using the new dedicated ntfy service plugin now, instead of using Apprise, as before.

Documentation

You can inspect the updated tutorial in its rendered version at Frigate » Forward events and snapshots to ntfy.

References