Advertisement
Guest User

Mailbox notification reset

a guest
Aug 25th, 2024
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. alias: Reset Mailbox Notification Flag
  2. description: Resets the mailbox notification flag at 7:00 a.m. daily.
  3. trigger:
  4. - platform: time
  5. at: "06:00:00"
  6. action:
  7. - service: input_boolean.turn_off
  8. target:
  9. entity_id:
  10. - input_boolean.input_boolean_mailbox_notified
  11. data: {}
  12. mode: single
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement