Update Frigate Notifications

This commit is contained in:
2022-10-07 10:44:59 -07:00
parent c797f43378
commit ac37a3a125

View File

@@ -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 }}"