blakeblackshear.frigate/frigate/comms
Josh Hawkins 9a0211a71c
Improve Notifications (#16453)
* backend

* frontend

* add notification config at camera level

* camera level notifications in dispatcher

* initial onconnect

* frontend

* backend for suspended notifications

* frontend

* use base communicator

* initialize all cameras in suspended array and use 0 for unsuspended

* remove switch and use select for suspending in frontend

* use timestamp instead of datetime

* frontend tweaks

* mqtt docs

* fix button width

* use grid for layout

* use thread and queue for processing notifications with 10s timeout

* clean up

* move async code to main class

* tweaks

* docs

* remove warning message
2025-02-10 19:47:15 -07:00
..
base_communicator.py Improve Notifications (#16453) 2025-02-10 19:47:15 -07:00
config_updater.py Use pickle for config objects (#12594) 2024-07-24 10:37:29 -05:00
detections_updater.py Semantic Search for Detections (#11899) 2024-08-29 20:19:50 -06:00
dispatcher.py Improve Notifications (#16453) 2025-02-10 19:47:15 -07:00
embeddings_updater.py Face recognition reprocess (#16212) 2025-02-08 12:47:01 -06:00
event_metadata_updater.py Embeddings fixes (#14269) 2024-10-10 16:37:43 -05:00
events_updater.py Fix embeddings (#15072) 2024-11-19 12:20:04 -06:00
inter_process.py Improve Notifications (#16453) 2025-02-10 19:47:15 -07:00
mqtt.py Improve Notifications (#16453) 2025-02-10 19:47:15 -07:00
webpush.py Improve Notifications (#16453) 2025-02-10 19:47:15 -07:00
ws.py Improve Notifications (#16453) 2025-02-10 19:47:15 -07:00
zmq_proxy.py Properly call super() in subclasses (#14124) 2024-10-02 19:35:46 -06:00