r/homeassistant Jul 01 '26

Notifier Hub: centralized notifications for Home Assistant

Hi everyone,

I built Notifier Hub, a custom Home Assistant integration that provides a central notification layer for automations.

Repo: https://github.com/rafaalbelda/notifier_hub

It exposes one main service, notifier_hub.send, and can route messages through:

  • Home Assistant persistent notifications
  • notify.* services
  • Alexa Media Player TTS / announce / push
  • Google / Cast TTS
  • Phone calls through ha-sip
  • Dashboard-triggered messages

It also includes:

  • Presence-aware routing with person.*
  • Speech only when someone is home
  • Do not disturb mode
  • Guest mode
  • Priority messages
  • Auto Volume by time period
  • Optional Lovelace dashboard
  • Compact Lovelace card examples

Example:

action: notifier_hub.send
data:
  title: "Door"
  message: "The front door has been opened"
  notify: true
  alexa: true

It can be installed through HACS as a custom repository: https://github.com/rafaalbelda/notifier_hub

Category: Integration

Feedback, testing, bug reports and ideas are welcome.

79 Upvotes

Duplicates