Advertisement
Naijaping

Untitled

Jun 16th, 2021
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alias: Garden_Tuja_locsolas
  2. description: ''
  3. trigger:
  4. - platform: sun
  5. event: sunrise
  6. offset: '-02:00:00'
  7. condition:
  8. - condition: time
  9. weekday:
  10. - mon
  11. - fri
  12. action:
  13. - service: switch.turn_on
  14. target:
  15. entity_id: switch.sonoff_locsolo_master
  16. - delay:
  17. hours: 0
  18. minutes: 0
  19. seconds: 3
  20. milliseconds: 0
  21. - service: switch.turn_on
  22. target:
  23. entity_id: switch.sonoff_locsolo_tuja
  24. - wait_for_trigger:
  25. - platform: sun
  26. event: sunrise
  27. - service: switch.turn_off
  28. target:
  29. entity_id: switch.sonoff_locsolo_tuja
  30. - delay:
  31. hours: 0
  32. minutes: 0
  33. seconds: 2
  34. milliseconds: 0
  35. - service: switch.turn_off
  36. target:
  37. entity_id: switch.sonoff_locsolo_master
  38. mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement