-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Gotify notification component #941
Conversation
✅ Deploy Preview for viseron ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This reverts commit e57eb67.
Thanks for the updates, good work. Same question here as on your other PR, is it ready to be merged or is there anything else you would like to add? |
Nope, it's ready to go for me Thanks for your job, nice project |
Or perhaps one last change, but you're telling me: shouldn't the Discord, Gotify, or Telegram components be included in a new filter in the documentation? |
Good idea, #947 is merged! |
Great, thanks again! |
Add Gotify notification component
This PR adds a new Gotify notification component to Viseron that allows sending notifications to a Gotify server when recordings start.
Features
Configuration
The component can be configured in the Viseron configuration file:
Implementation Details
EVENT_RECORDER_START
event to send notifications only when recordings are triggeredWarning
I had to edit scripts/gen_docs/main.py to remove
"description": null
from the config.json generation to be able to commit (cf. fix convert to dictionary)Note
This PR was in #938 but I started from a clean branch to understand the commit error so, here we go again