From 8615f1440752ba2163dc74fa4b02f8877056cdf2 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Tue, 19 Jan 2021 07:41:45 -0600 Subject: [PATCH] update notification example --- docs/notification-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notification-examples.md b/docs/notification-examples.md index 52f9a7a202..92f332e1cb 100644 --- a/docs/notification-examples.md +++ b/docs/notification-examples.md @@ -16,7 +16,7 @@ automation: data_template: message: "A {{trigger.payload_json['after']['label']}} has entered the yard." data: - image: "https://url.com/api/frigate/notifications/{{trigger.payload_json['after']['id']}}.jpg" + image: "https://url.com/api/frigate/notifications/{{trigger.payload_json['after']['id']}}/thumbnail.jpg" tag: "{{trigger.payload_json['after']['id']}}" - alias: When a person leaves a zone named yard