Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Garden_Tuja_locsolas
- description: ''
- trigger:
- - platform: sun
- event: sunrise
- offset: '-02:00:00'
- condition:
- - condition: time
- weekday:
- - mon
- - fri
- action:
- - service: switch.turn_on
- target:
- entity_id: switch.sonoff_locsolo_master
- - delay:
- hours: 0
- minutes: 0
- seconds: 3
- milliseconds: 0
- - service: switch.turn_on
- target:
- entity_id: switch.sonoff_locsolo_tuja
- - wait_for_trigger:
- - platform: sun
- event: sunrise
- - service: switch.turn_off
- target:
- entity_id: switch.sonoff_locsolo_tuja
- - delay:
- hours: 0
- minutes: 0
- seconds: 2
- milliseconds: 0
- - service: switch.turn_off
- target:
- entity_id: switch.sonoff_locsolo_master
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement