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 2c2c6cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blueprints/automation/motion_lights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ action:
entity_id: !input motion_sensor
from: "on"
to: "off"
timeout:
minutes: "00:30:00"
continue_on_timeout: false
- service: light.turn_off
target: !input target_light

0 comments on commit 2c2c6cf

Please sign in to comment.