I’ve had Home Assistant running for a few years now and over time it’s grown into a pretty extensive setup — lots of automations, notifications, custom templating. One thing that always bugged me was how notifications are handled. Change your phone, add a tablet with the HA app, and suddenly you’re digging through automations to find every notify.mobile_app_* call that needs updating. Who gets what notification is scattered across dozens of automations with no central place to manage it.
I’m not sure how many people run into this, but it was a recurring annoyance for me, so I decided to build something to fix it. The result is Ticker, a custom integration I’ve been working on and wanted to share. Ticker replaces all of that with a single ticker.notify service. Your automations declare what happened (a category like security or deliveries), and Ticker routes notifications to the right people based on their subscription preferences and location.
Features
Different subscription modes
Queue system
Per-category device routing
Automatic service discovery
Admin & user panels
Notification logging
Migration wizard
Installation
HACS (custom repository for now)
Open HACS → Integrations
Three dots menu → Custom repositories
Add https://github.com/analytix-energy-solutions/ticker, select Integration
Search for “Ticker” and install
Restart Home Assistant
Settings → Devices & Services → Add Integration → Ticker
A PR for the HACS default store has been submitted.