Hi, I just tried to set up a script with a notification to pushover. Unfortunately the attachment is not sent along. Only the message and subject arrives. The image URL works fine with an identical notification via telegram. Can anyone give me a tip?
My config is:
I’m trying to do the same as you, but cannot get Pushover image attachments working even with a simple test file.
I receive the message without a picture. I can successfully send sounds, URLs, etc. I receive Pushover messages with images from my HomeSeer installation.
I’ve tried with the test file in the www (/local/test.png) and media (/media/local/test.png) directories, with and without quotes around the filename. I’ve tried png and jpg files around 100 kB in size.
I can send the image within a Home Assistant Notification, but I prefer the Pushover persistent notification history.
alias: Test Pushover - image
description: ""
trigger: []
condition: []
action:
- service: notify.pushover
metadata: {}
data:
message: Some message
title: Title
target: Pixel7
data:
attachment: "/local/test.png"
mode: single