Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.22 KB | None | 0 0
  1. - alias: 'Bevattning'
  2.   trigger:
  3.     platform: state
  4.     entity_id: switch.bevattning
  5.     from: 'off'
  6.     to: 'on'
  7.   action:
  8.     delay: 00:00:10
  9.     service: switch.turn_off
  10.     entity_id:
  11.      switch.bevattning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement