Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Reset Mailbox Notification Flag
- description: Resets the mailbox notification flag at 7:00 a.m. daily.
- trigger:
- - platform: time
- at: "06:00:00"
- action:
- - service: input_boolean.turn_off
- target:
- entity_id:
- - input_boolean.input_boolean_mailbox_notified
- data: {}
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement