I’m receiving the notification message fine but the video file isn’t being attached. I’ve read through all of the help docs and I think i’m doing this right. Here is the automation task i’m running. I have confirmed that the .mp4 file is created and is valid and I can access it through the media menu in HA.
Any ideas?
alias: Camera Notification TEST
description: ""
trigger: []
condition: []
action:
- service: camera.record
data:
duration: 15
filename: /media/driveway/driveway.mp4
target:
entity_id: camera.mynas_driveway
- delay:
hours: 0
minutes: 0
seconds: 17
milliseconds: 0
- service: notify.mobile_app_PHONE
data:
message: Driveway Test
title: Driveway
data:
video: /media/local/driveway/driveway.mp4
mode: single