I’m trying to create an automation so that when someone rings the doorbell, it puts a notification in discord with the image.
I’ve gotten it to work with a phone notification using:
image: "/api/unifiprotect/thumbnail/65d7c62500401603e40003ea/{{ state_attr('event.doorbell_doorbell', 'event_id') }}"
But when I try the same image in Discord, I get no image. Reading the notes in the documentation, it says you have to use local image pathing only.
I can’t seem to figure out a workaround so I can use a image from the API.