Advertisement
Guest User

Untitled

a guest
Apr 12th, 2019
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.28 KB | None | 0 0
  1. - id: '1532039521584'
  2.   alias: auto_bt_down
  3.   trigger:
  4.   - entity_id: binary_sensor.bedroom_pc
  5.     from: 'on'
  6.     platform: state
  7.     to: 'off'
  8.     for:
  9.       minutes: 3
  10.   condition: []
  11.   action:
  12.   - data:
  13.       entity_id: switch.bedroom_tv
  14.     service: switch.turn_off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement