Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. - id: test
  2. alias: 'Dod on for 15min'
  3. initial_state: 'on'
  4. trigger:
  5. - platform: state
  6. entity_id: binary_sensor.door_window_sensor_158d00039d8d54
  7. to: 'on'
  8. action:
  9. - service: switch.turn_on
  10. data:
  11. entity_id: switch.mqtt
  12. - delay: 00:15:00
  13. - service: switch.turn_on
  14. data:
  15. entity_id: switch.mqtt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement