Advertisement
Einstine1984

Check kid in

Apr 18th, 2024
890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.61 KB | None | 0 0
  1. alias: Check Kid In reminder
  2. description: ""
  3. trigger:
  4.   - platform: zone
  5.     entity_id: person.voskov
  6.     zone: zone.gn_hmtvqym
  7.     event: enter
  8. condition:
  9.   - condition: time
  10.     after: "07:00:00"
  11.     before: "10:00:00"
  12.     weekday:
  13.      - fri
  14.       - thu
  15.       - wed
  16.       - tue
  17.       - mon
  18.       - sun
  19. action:
  20.   - service: notify.notify_voskov
  21.     metadata: {}
  22.     data:
  23.       message: Check kid in
  24.       title: Check In
  25.       data:
  26.         timeout: 999
  27.         tag: check_kid_in
  28.         clickAction: >-
  29.           https://shohamapp.muganim.co.il/parents/home?[YOUR_PARAMS]
  30. mode: single
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement