Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: no human in garage
- description: ""
- trigger:
- - type: no_motion
- platform: device
- device_id: 12345
- entity_id: binary_sensor.mysensor_motion_detection
- domain: binary_sensor
- for:
- hours: 0
- minutes: 5
- seconds: 0
- condition: []
- action:
- - type: turn_off
- device_id: 56789
- entity_id: light.garage
- domain: light
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment