Finally figured out how to copy/paste the yaml code for my current notification.
alias: back doorbell press
description: Back doorbell activation notification.
triggers:
- type: turned_on
device_id: 47135e972f93b2ddf2c2dfe8385fb317
entity_id: 513b6071f0757d5023672cb4144fc508
domain: binary_sensor
trigger: device
conditions: []
actions:
- data:
message: Someones at the back door.
title: Back doorbell press
data:
push:
image: /api/camera_proxy/camera.rear_doorbell_poe_snapshots_clear
sound:
name: Ding-dong.wav
action: notify.mobile_app_walters_iphone_15
- data:
message: Someones at the back door.
title: Back doorbell press
data:
push:
image: /api/camera_proxy/camera.rear_doorbell_poe_snapshots_clear
sound:
name: Ding-dong.wav
action: notify.mobile_app_marys_iphone
mode: single
Everything is working except the image which leads me to believe I have the image path wrong. I can see the image in the Media>Camera>Rear Doorbell PoE Snapshots clear but don’t know how to get the proper path to it.