when someone rings my Doorbird I receive a push notification from HA. I want to add the current image of the Doorbird to the push notification, so I directly see which person rang.
Problem: It seems difficult to retrieve the “last ring” image - Although the Doorbird integration provides a specific entity for it (camera.doorbird_last_ring). I cannot integrate it. I also dont find any absolute URL that I could add.
Any ideas how my config must look like to attach the most recent image (last ring) to the push?
The relevant part is entity_id: camera.doorbird_live. This will automatically create a snapshot from the live feed and attach it to the push notification.