Skip to content

Commit

Permalink
feat: turn off motion triggered lights after 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
TribuneX committed Jan 30, 2024
1 parent 7b0730c commit 5209d33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blueprints/automation/motion_lights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ action:
entity_id: !input motion_sensor
from: "on"
to: "off"
timeout:
seconds: 30
- service: light.turn_off
target: !input target_light

0 comments on commit 5209d33

Please sign in to comment.