This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ENTRYPOINT: SERVICE_TYPE=flask | |
| ENTRYPOINT: waiting for supervisord socket | |
| 2026-07-19 09:03:39,952 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message. | |
| 2026-07-19 09:03:39,955 INFO RPC interface 'supervisor' initialized | |
| 2026-07-19 09:03:39,955 CRIT Server 'unix_http_server' running without any HTTP authentication checking | |
| 2026-07-19 09:03:39,955 INFO supervisord started with pid 7 | |
| ENTRYPOINT: supervisord socket ready | |
| ENTRYPOINT: supervisord RPC is ready | |
| 2026-07-19 09:03:40,179 INFO spawned: 'config-restart-listener' with pid 12 | |
| ENTRYPOINT: SUPERVISORCTL OUTPUT: ENTRYPOINT: SUPERVISORCTL: avail |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Frigate Notification (0.10.0) | |
| description: | | |
| ## Frigate Mobile App Notification | |
| This blueprint will send a notification to your device when a Frigate event for the selected camera is fired. The notification will initially include the thumbnail of the detection, but include an actionable notification allowing you to view the clip and snapshot. | |
| With this blueprint, you may send the notification to multiple devices by leaving "Device" blank and instead use a [notification group][1]. | |
| ### Software Version Requirements |