Blacky,
Iβve been using your blueprints for a while now annd love them thank you! I cannot for the life of me get the nightlight mode to trigger on from my motion sensor. It works perfectly during the day time hours I have configured, however at night it will never trigger.
If I run the automation manually during the night it will turn on the lights correctly.
id: '1701985979449'
alias: Upstairs Bathrooms Lights
description: ''
use_blueprint:
path: Blackshome/sensor-light.yaml
input:
motion_trigger:
- binary_sensor.upstairs_bathroom_motion_sensor_occupancy
light_switch:
entity_id: light.upstairs_bathroom_lights
end_scenes: []
include_light_control: use_brightness
include_time: time_enabled
after_time: '05:00:00'
before_time: '22:30:00'
include_night_lights: night_lights_enabled
night_lights:
entity_id: light.upstairs_bathroom_lights
include_night_light_control:
- use_night_brightness
- use_brightness
night_light_brightness: 2
night_lights_after_time: '22:31:00'
night_lights_before_time: '04:59:00'
time_delay: 30
include_bypass: bypass_enabled_stop
night_time_delay: 3
night_lights_conditions:
- time_enabled
night_lights_entity_state:
- binary_sensor.upstairs_bathroom_motion_sensor_occupancya