Update Frigate Notifications
This commit is contained in:
@@ -313,3 +313,14 @@ automation:
|
||||
base_url: https://hass.kraussnet.com
|
||||
critical: true
|
||||
update_thumbnail: true
|
||||
|
||||
- alias: Frigate Event Notification
|
||||
trigger:
|
||||
- platform: mqtt
|
||||
topic: frigate/events
|
||||
payload: 'new'
|
||||
value_template: "{{ value_json.type }}"
|
||||
action:
|
||||
service: notify.security
|
||||
data:
|
||||
message: "{{ trigger.payload_json.after.label|title }} detected on camera {{ trigger.payload_json.after.camera }}"
|
||||
|
||||
Reference in New Issue
Block a user