Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.35 KB | None | 0 0
  1.  alias: Turn off living room lights at 22:00 if Pioneer is off
  2.   trigger:
  3.   - at: '22:00'
  4.     platform: time
  5.   condition:
  6.   - condition: state
  7.     entity_id: media_player.pioneer_avr
  8.     state: 'Off'
  9.   - after: '21:00'
  10.     before: 01:00
  11.     condition: time
  12.   action:
  13.   - data:
  14.       entity_id: light.vardagsrum
  15.     service: light.turn_off
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement