After having issues with 2 Eufy doorbells, I went for the Nest battery doorbell. I’m trying to get the notifications working like I had on my Eufy’s.
What I had before was when someone was detected it would show me a notification on my TV using Notifications: Send a notification with firestick_4k. This worked perfectly.
I followed the instructions at Nest - Home Assistant but it does not display any pictures/videos on my phone or TV.
Can anyone help me with this? I have 2 weeks to send it back and will do if I can’t get the notifications working properly as the Google App is terrible!
If I don’t use a picture in the notification then I get the alert fine.
This is the code I used:
alias: Doorbell Person Alert
description: ‘’
trigger:
- platform: device
device_id: 7dff7f6a507ed355bfd8bd126e011ae1
domain: nest
type: camera_person
condition: []
action: - service: notify.mobile_app_robbs_iphone_xs_max
data:
message: Person detected at the front door
data:
image: >-
/api/nest/event_media/{{ trigger.event.data.device_id }}/{{
trigger.event.data.nest_event_id }}/thumbnail
mode: single
1 post - 1 participant