Advertisement
Guest User

lights

a guest
Feb 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.47 KB | None | 0 0
  1. - alias: Turn on kitchen light when movement
  2.   trigger:
  3.     platform: state
  4.     entity_id: binary_sensor.motion_sensor_158d00016560a4
  5.     to: 'on'
  6.   condition:
  7.     condition: or
  8.     conditions:
  9.     - condition: sun
  10.       after: sunset
  11.       after_offset: "-00:45:00"
  12.     - condition: sun
  13.       before: sunrise
  14.       before_offset: "00:30:00"
  15.   action:
  16.     service: light.turn_on
  17.     entity_id:
  18.      - light.diskbank1
  19.       - light.diskbank2
  20.       - light.taklampa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement