Advertisement
Guest User

Untitled

a guest
Feb 19th, 2025
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. alias: Blue Bin Reminder
  2. description: ""
  3. triggers:
  4. - at: "00:01:00"
  5. trigger: time
  6. - at: "06:15:00"
  7. trigger: time
  8. - at: "08:00:00"
  9. trigger: time
  10. - at: "09:00:00"
  11. trigger: time
  12. conditions:
  13. - condition: state
  14. entity_id: calendar.bins
  15. state: "on"
  16. - condition: state
  17. entity_id: calendar.bins
  18. attribute: message
  19. state: Blue Bin
  20. - condition: numeric_state
  21. entity_id: sensor.blue_bin_estimated_distance
  22. below: 20
  23. actions:
  24. - choose:
  25. - conditions:
  26. - condition: state
  27. entity_id: device_tracker.xxx_iphone
  28. state: home
  29. sequence:
  30. - data:
  31. title: Blue Bin needs putting out
  32. message: Please
  33. data:
  34. image: >-
  35. https://nabucasalinkhere.ui.nabu.casa/local/bluebin.png
  36. action: notify.mobile_app_xxx_iphone
  37. alias: Notify xxx if Home
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement