Skip to content

Instantly share code, notes, and snippets.

View RoboMagus's full-sized avatar

RoboMagus

  • the Netherlands
  • 12:08 (UTC +02:00)
View GitHub Profile
@RoboMagus
RoboMagus / forward_persistent_notifications.yaml
Created April 8, 2022 09:33
HASS automation to forward persistent notifications to Phone
- id: 'forward_persistent_notifications'
alias: Forward persistent notifications to Admin
mode: parallel
max: 5
trigger:
- platform: event
id: 'create'
event_type: call_service
event_data:
@RoboMagus
RoboMagus / HomeAssistant pending Notifications.md
Last active February 19, 2024 20:31
HomeAssistant postponed / pending Notifications

HomeAssistant postponed / pending Notifications

This is a set of scripts / automations / other snippets for your Home Assistant configuration that enable you to postpone notifications and then have them automatically pushed to your phone when e.g. arriving home.

Some possible use cases for this set of snippets include:

  • Sending any user at home a notification when the laundry is done.
    • If no one is home, it does not make sense to send it out. But as soon as the first person arrives home, they can be notified about it.
  • Sending any user at home a notification to empty the robot vacuum dustbin.
  • A reminder to take out the thrash on pick up day.