This is an automated archive made by the Lemmit Bot.
The original was posted on /r/homeassistant by /u/xklib69 on 2026-07-01 22:42:19+00:00.
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:
yaml 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.