mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
update notification example
This commit is contained in:
parent
1e84f08018
commit
8615f14407
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user