#ingration ntfy
1 messages · Page 1 of 1 (latest)
@uneven marsh
Currently only the sending of messages is possible; PR is on the way
as @obtuse hearth said, new features will be gradually added
Hello, thank you @obtuse hearth, for your quick response.
Hello, so I will follow this very closely and if you want me to test things, let me know.
You could have a look at https://github.com/hbrennhaeuser/homeassistant_integration_ntfy for now. This external addon has a lot more features
This homeassistant component allows you to send notifications with ntfy.sh and selfhosted ntfy-servers - hbrennhaeuser/homeassistant_integration_ntfy
Hello, I know him and he's the one I use, I even made an issue with them.
I didn't know that custom integration existed before I created the core integration. I will have a look and if you need certain features you should continue using it. It usually takes some time until features of new core integrations are on par with that of custom integrations.
But your feedback is very welcome 🤗
How can I send an attachment from the media folder with the updated ntfy integration in HA 2025.10? What is the yaml syntax for this? I am using a self-hosted ntfy server. What else do I need to configure?
Sorry, media attachments didn't make it into this release but it's coming, with support for attaching camera snapshots, local media files, and from image entities, hopefully next release. For now only attachments via URL are supported.
Thank you, and that's a shame. What is your estimated timeline for implementation? Otherwise, I will have to revert back to the previous integration.
it's already implemented, just waiting for approval from the maintainers
If you are keen enough, you could already test it, just unzip this in /config/custom_components https://cloud.rainbowcastle.de/s/SiND9GNf5AamY37
Thank you. I am currently testing it. How can I suppress the message ‘you received a file: attachment.jpg’ if I do not include any message text, only the title and the image?
that comes from ntfy, the integration does not send that message
Okay. With the HACS integration from ntfy (@hbrennhaeuser), it worked with HA 2025.09. Now with HA 2025.10, the message seems to be required.
Is it possible to send an empty message (special, invisible character)? Blank space does not work. Otherwise, I'll take a look at ntfy.sh.
Is a German translation already available?
Nein, leider nicht 😬
The translators start to translate as soon as a PR has been merged into core, which this has not
@uneven marsh Is a new version of ntfy required for manual installation under HA 2025.11 in order to attach local files? Or has the offical integration been expanded?
@obtuse hearth still not merged: https://github.com/home-assistant/core/pull/152329
With nfty version 2.16, it is possible to delete/change notifications (https://docs.ntfy.sh/publish/#updating-deleting-notifications). Are you planning to implement this in the HA integration as well? If so, can you make the integration available again before it is officially in HA?
Send push notifications to your phone via PUT/POST
I just started working on it 😁
the publish action will have a field for sequence ID in the upcoming release. I wanted to add 2 new actions for clear and delete, but that will not make it into this release, probably into the next. The other 2 open PRs also won't make it into 2026.2, they are open now for 5 months and progress is very slow unfortunately.
It's a real shame that the release is taking so long. I would be delighted if you could make your development status available here again for testing. Many thanks.
@uneven marsh Thank you for your work. Could you please make the integration available for download again so that I can test both the attachment of local files and the sequence ID for updating/deleting notifications?