You are doing this with HA now? I created 4 API’s (same pushover account). one for images (cameras), one for system message, one for urgent, and one general. I created 4 notifiers each using the new unique API keys, but all using the same user key. I signed out of the app on my phone, signed back in , deleted the old account, created new account. All still come from the same initial account. Even pushover website shows no new notifications from the new APIs. Any guesses, did you create multiple pushover accounts?
I just found out that I have been receiving the image, but my wife has not. Does anyone else have any pushover automations that send an image to multiple targets? I’ve tested with both of us individually and we can both receive images, but not with both listed as the target. She does get the message and title though
@brkr19 great job on that custom component. I just used it in my guide. I’m hoping they include the ability to include attachments with Pushover in the default notification.
I just installed v.91 - for some reason this custom component is no longer overriding the default pushover component. I’ve been running the custom component for almost a year without issue - I had to change the folder structure several releases ago to custom_components/pushover/notify.py and all was working great until now.
Anyone else having this issue? Is there a way to force HA to pickup the custom pushover component?
EDIT
Was able to get this working again in v.91 - not sure if this issue popped up for anyone else in .91 but here’s what I did to fix it:
1.) Modified the custom component directory name /custom_components/pushover/ to /custom_components/pushover_file
2.) added Domain = ‘pushover_file’ after the _Logger line in the notify.py file
3.) Modified my configuration.yaml to reference platform: pushover_file vs platform: pushover
I’m unsure how to follow these instructions… with this pushover_file mention and "notify.py (which one is that?)
This is my actual setup:
in “/custom_components/notify”, I have this:
“pushover.py”
And since latest update, it’s not working (since it uses the same name as built in one I presume)
I think I need to create the structure /custom_components/pushover/notify.py but so not sure how to do this and what to modify… (plus I think I need to rename to something else but unsure where to fix everywhere it could refer to it)…
in this procedure, what is “pushover_file” a folder or the pushover "notify.py file?
edit: ok, I got it…
/custom_components/pushover_custom/notify.py
Edit the platform in notify.yaml to “pushover_custom” instead of “pushover” (based on my choice of folder name)
Not for me. I’ve updated from 0.87 to 0.92, and this is the only thing that doesn’t seem to be working.
I’ve tried various different things from this thread. I’m getting this error:
attachment: invalid message parameter
And I’m seeing this in the startup. Not sure if it’s the issue:
[homeassistant.util.package] Attempting install of python-pushover==0.3