garage_door:
name: Garage door is open
entity_id: binary_sensor.garage_door_open
state: "on"
repeat:
- 10
- 20
- 30
- 60
- 120
can_acknowledge: true
skip_first: true
title: "Garage door"
message: >
The garage door is open
done_message: "The garage door is now closed"
notifiers:
- PushoverAlexa
The notifier ‘PushoverAlexa’ is a service that sends to both Pushover and Alexa. I also have a PushoverOnly notifier.
What I want to do here is add both notifiers and trigger the PushoverOnly one if the time is 20:00 - 07:00, else trigger the PushoverAlexa notifier.