▲ 3 r/frigate_nvr
iOS notification
Im trying to get a video clip instead of just a still image, I've tried using the ai on frigate.video and chatgpt but nothing works anyone have a working automation for getting a video clip?
alias: Frigate Doorbell Alert
description: ""
triggers:
- topic: frigate/reviews
trigger: mqtt
conditions:
- condition: template
value_template: |
{{ trigger.payload_json["type"] == "new" }}
- condition: template
value_template: |
{{ trigger.payload_json["after"]["camera"] == "door_bell" }}
actions:
- action: notify.mobile_app_iphone
metadata: {}
data:
message: Someone is at the front door
title: Home
data:
image: /api/image_proxy/image.door_bell_person
u/splitcold — 6 days ago