Skip to content

Commit

Permalink
updating the mastere bath light turn off automation
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeraman committed Jul 7, 2024
1 parent 9ebdb51 commit 13efdce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,11 @@
- platform: state
entity_id: binary_sensor.master_bath_motion_zb_1
to: 'off'
- platform: state
entity_id: binary_sensor.master_bath_person_detected
to: 'off'
for:
minutes: 1
seconds: 30
# - platform: state
# entity_id: binary_sensor.master_bath_esp_motion
# to: 'off'
Expand All @@ -502,6 +505,9 @@
- condition: state
entity_id: binary_sensor.master_bath_motion_zb_1
state: 'off'
- condition: state
entity_id: binary_sensor.master_bath_person_detected
state: 'off'
# - condition: state
# entity_id: binary_sensor.master_bath_esp_motion
# state: 'off'
Expand Down

0 comments on commit 13efdce

Please sign in to comment.