Browse Source

update notification example

Blake Blackshear 4 years ago
parent
commit
8615f14407
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/notification-examples.md

+ 1 - 1
docs/notification-examples.md

@@ -16,7 +16,7 @@ automation:
         data_template:
         data_template:
           message: "A {{trigger.payload_json['after']['label']}} has entered the yard."
           message: "A {{trigger.payload_json['after']['label']}} has entered the yard."
           data:
           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']}}"
             tag: "{{trigger.payload_json['after']['id']}}"
 
 
   - alias: When a person leaves a zone named yard
   - alias: When a person leaves a zone named yard