Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Lys_Gangen
- description: Tænder lys ved bevægelse i gangen indenfor fastsatte tidspunkter
- trigger:
- - type: motion
- platform: device
- device_id: 9717781fb84a70a5e287b35990e76180
- entity_id: binary_sensor.motion_gangen_occupancy
- domain: binary_sensor
- condition:
- - condition: time
- before: "21:30:00"
- after: "07:00:00"
- weekday:
- - mon
- - tue
- - wed
- - thu
- - fri
- - sat
- - sun
- action:
- - service: light.turn_on
- data: {}
- target:
- entity_id: light.gangen
- - wait_for_trigger:
- - type: no_motion
- platform: device
- device_id: 9717781fb84a70a5e287b35990e76180
- entity_id: binary_sensor.motion_gangen_occupancy
- domain: binary_sensor
- - service: light.turn_off
- data: {}
- entity_id: light.gangen
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement