You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intro:
First of all, thanks a ton for such a useful tool that helps not to invent some weird overengineered integrations just to get notifications from the Frigate.
The original Frigate implementation allows to override the MQTT topic prefix: https://github.com/blakeblackshear/frigate/blob/dev/docs/docs/configuration/reference.md?plain=1#L22-L24.
However, the code is currently fixed to the default topic name: https://github.com/0x2142/frigate-notify/blob/main/events/mqtt.go#L127.
Is it possible to relax this and allow the users to define their own
topic_prefix
through configuration, with the fallback to the "frigate"?Thank you.
The text was updated successfully, but these errors were encountered: