Skip to content
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

Improve Notifications #16453

Merged
merged 23 commits into from
Feb 11, 2025
Merged

Improve Notifications #16453

merged 23 commits into from
Feb 11, 2025

Conversation

hawkeye217
Copy link
Collaborator

Proposed change

This PR refactors and improves webpush/native notifications.

  • Add ability to enable/disable/suspend notifications at the camera level.
  • Add MQTT topics to enable/disable/suspend notifications per camera.
  • Add ability to send a test notification from the UI.
  • Add ability to suspend notifications per camera from the Notifications pane in the UI.
  • Enqueue notification processing and use a thread to prevent the parent from blocking if push servers are down.
  • Docs updates.

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code
  • Documentation Update

Additional information

Checklist

  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • The code has been formatted using Ruff (ruff format frigate)

Copy link

netlify bot commented Feb 10, 2025

Deploy Preview for frigate-docs canceled.

Name Link
🔨 Latest commit 9f42d59
🔍 Latest deploy log https://app.netlify.com/sites/frigate-docs/deploys/67aab7e4b965290008cb0213

@NickM-27 NickM-27 merged commit 9a0211a into dev Feb 11, 2025
12 checks passed
@NickM-27 NickM-27 deleted the test-notification branch February 11, 2025 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to suspend message notifications per camera for period. Notification tester
2 participants