Advertisement
Guest User

Untitled

a guest
Oct 7th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. - alias: Garage Open Home
  2. initial_state: 'off'
  3. trigger:
  4. - entity_id:
  5. - binary_sensor.brittany_home
  6. platform: state
  7. to: 'on'
  8. condition:
  9. - condition: state
  10. entity_id: cover.garage_door
  11. state: 'closed'
  12. action:
  13. - data:
  14. entity_id: cover.garage_door
  15. service: cover.open_cover
  16. - delay: '00:10:00'
  17. - service: cover.close_cover
  18. entity_id: cover.garage_door
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement