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
Copy file name to clipboardExpand all lines: Frigate_Camera_Notifications/Stable.yaml
+28-49Lines changed: 28 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
blueprint:
2
-
name: Frigate Notifications (0.12.0.6)
2
+
name: Frigate Notifications (0.12.0.6b)
3
3
author: SgtBatten
4
4
homeassistant:
5
5
min_version: 2024.11.0
@@ -25,52 +25,10 @@ blueprint:
25
25
### Features:
26
26
- Easily select the camera entities or mobile device using a drop-down menu.
27
27
- Configure multiple cameras in one automation.
28
-
- Send notifications to an Android or iOS mobile device or a TV.
29
-
- or a group containing any combination of the above.
30
-
- for TV Alerts, you need to install and configure https://www.home-assistant.io/integrations/nfandroidtv/
31
-
- Notify via Telegram
32
-
- Configure the title and message of the notification.
33
-
- Dynamically handle things like object type, zones, and face detection from doubletake.
34
-
- Automatically handle some common errors like case matching and bad URLs etc.
35
-
- Optionally send the notification as a critical alert. (Critical)
36
-
- Optionally limit playing audio for secondary notification updates, and on iOS, customise the sound. (Alert Once)
37
-
- Choose whether or not to update the notification with new thumbnails as they become available.
38
-
- Customise the notification colour and icon.
39
-
- Optionally send a live view to iOS.
40
-
- Configure custom notification channels on Android.
41
-
- Specify which [zones][2] to be notified about. (Zone Filter)
42
-
- Choose between enforcing all required zones simultaneously or any one zone.
43
-
- Choose to enforce zones in a specific order (e.g arriving but not leaving)
44
-
- Specify what type of [objects][3] to be notified about. (Object Filter)
45
-
- Disable notifications if a presence entity or group is "home". (Presence Filter)
46
-
- Limit notifications based on the state of another entity. (State Filter)
47
-
- Limit notifications to certain hours of the day. (Time Filter)
48
-
- Configure a cooldown for the camera to reduce the number of notifications when back-to-back events occur.
49
-
- Silence future notifications for a defined amount of time through actionable notifications. This is helpful in situations where you know you will be triggering detections for an extended period of time. i.e. kids playing outside.
50
-
- Set a loitering timer to notify you of stationary objects that remain for a set time.
51
-
- Configure what happens when you tap the notification. (Tap Action)
52
-
- Configure 3 action buttons to open almost anything. (defaults are: View Clip, View Snapshot, and Silence New Notifications)
53
-
- Configure the size, transparency, position, and duration of TV notifications.
54
-
- Debug option to help with troubleshooting.
55
-
- Support for multiple Frigate instances by specifying the ClientID and MQTT topic.
56
-
- Optional delay to the initial notification to see if it resolves the no attached image issue.
57
-
- Live view on iOS.
58
-
- Android option: Sticky as per https://community.home-assistant.io/t/frigate-mobile-app-notifications/311091/1043
59
-
- Add 5s delay to the final notification update to ensure Frigate has time to save snapshot edits (crop, bounding box, etc.) if "update thumbnail" is enabled.
60
-
- Add Video (gif) option to Android which will be sent 5 seconds after the event ends.
61
-
- Subtitle support.
62
-
- Video for iOS sent 5 seconds after the event ends.
0 commit comments