[RELEASE] NTFY Notifier Driver
This is a lightweight, secure Hubitat driver that lets you send push notifications via ntfy.sh or your own self-hosted NTFY server.
Built with simplicity and flexibility in mind, this driver works out of the box with the hosted ntfy.sh service — but is equally ready for self-hosted setups (including with authentication, custom ports, etc.).
Features
- Fully compatible with ntfy.sh and self-hosted NTFY
- Supports HTTPS or HTTP
- Optional title and priority headers
- Integrates cleanly with Hubitat's "Notification" capability
- Designed for fast, lightweight usage with minimal setup
Install via Hubitat Package Manager (HPM)
If you're using Hubitat Package Manager:
- Open HPM
- Choose Install
- Search by keyword:
ntfy
- Install:
NTFY Notifier Driver
by Graf Technology, LLC
Manual Installation
Driver code & manifest:
https://github.com/graftechnology/hubitat-ntfy-notification-driver
Usage
- Add a Virtual Device
- Choose NTFY Notifier Driver as the driver type
- Set the following preferences:
- Protocol:
https
orhttp
- Host:
ntfy.sh
or your custom domain - Topic: Topic name (e.g.
hubitat
) - (Optional) Title & Priority
- Protocol:
Then use deviceNotification("Your message")
from Rule Machine or any Hubitat app.
Example Use Cases
- Instant alerts for motion or door sensors
- Backup to SMS/email
- Redundant alerts to multiple devices
- Dead-simple webhook integrations
Feedback / Issues
This is actively maintained by me (Jacob Graf / Graf Technology, LLC).
If you find a bug, want to request a feature, or just say thanks:
- Reply here
- Open an issue on GitHub
- Or ping me in the forums
Enjoy — and happy automating!