Hey everyone,
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 built Ticker to fix that. It’s a custom integration that’s been running in my own home since late 2025 and is now at v1.5.2.
- v1.6.0, is in beta which did a lot of code polishing and cleanup. Some small bugs that were reported should now be solved and a couple of niece quality-of-life features are added. Try it out if you want by selecting the new beta on HACS.
AI disclosure:
This integration was built with AI assistance. I believe in transparency about this, and I’m happy to discuss any aspect of how it works.
What Ticker does
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 conditions.
service: ticker.notify
data:
category: security
title: "Motion Detected"
message: "Camera: Front Door"
That’s it. No device targeting, no person logic in your automations.
Features
Hey everyone,
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 built Ticker to fix that. It’s a custom integration that’s been running in my own home since late 2025 and is now at v1.4.0.
AI disclosure: This integration was built with AI assistance. I believe in transparency about this, and I’m happy to discuss any aspect of how it works.
What Ticker does
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 conditions.
yaml
service: ticker.notify
data:
category: security
title: "Motion Detected"
message: "Camera: Front Door"
Features
- Per-person subscription modes: Always, Never, or Conditional (zone, time, entity state)
- Smart queuing with bundled delivery on arrival
- Notification actions (script, snooze, dismiss) — no second automation required
- Device recipients for TVs, speakers, and tablets with push and TTS support
- Critical notifications with automatic platform-specific payloads for iOS and Android
- Compatible with Alarmo and blueprints via standard notify.ticker registration
- Admin and user panels, notification history with inline images, logs, and dashboard sensors
- Migration wizard to convert existing automations
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.
Manual
- Copy the
tickerfolder intocustom_components/ - Restart Home Assistant
- Settings → Devices & Services → Add Integration → Ticker
Links
- Repository: GitHub - analytix-energy-solutions/ticker: Smart notification management for Home Assistant. Centralized routing, user subscriptions, smart delivery. · GitHub
- Discord: Discord
Feedback
Feedback, bug reports, and feature requests are welcome — either here, on GitHub, or in Discord.
License: GPL-3.0

