this post was submitted on 02 Jul 2026
1 points (100.0% liked)

Home Assistant

278 readers
1 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY...

founded 3 years ago
MODERATORS
 
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.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here