I’ve added a motion sensor to the shower to prevent the lights from turning off while showering. Now when I am using the mirror and not in the shower the lights turn off at the set time of 360 seconds but they won’t turn back on with the primary sensor. I have to wave my hand over the top of the shower curtain to activate the lights.
alias: Shower Sensor
description: “”
use_blueprint:
path: homeassistant/motion_light.yaml
input:
motion_entity: binary_sensor.shower_motion_sensor_motion
light_target:
area_id: bathroom
entity_id: light.bathroom
no_motion_wait: 360
And the primary sensor…
alias: Bathroom
description: Motion Activated Lights - - Delayed Power Off
use_blueprint:
path: homeassistant/motion_light.yaml
input:
motion_entity: binary_sensor.bathroom_motion_sensor_iaszone
light_target:
area_id: bathroom
entity_id: light.bathroom
no_motion_wait: 362
Please help, this is driving me crazy. Thank you for taking the time.