As you can see on the picture, i have an automation blueprint that turns on 2 lights in my kitchen when motion is detected, but one of the lights tends to turn off again right away. I have no clue why.
id: '1729173428057'
alias: Bevægelsesaktiveret lys Køkken
description: ''
use_blueprint:
path: Blackshome/sensor-light.yaml
input:
motion_trigger:
- binary_sensor.kokken_sensor_bevaegelse_aqara_occupancy
light_switch:
entity_id:
- light.kokken_controller_ledstrip_miboxer
- light.kokken_lampe_loft_shelly
time_delay: 1
include_light_control:
- use_brightness
- use_transition
- use_colour_temperature
light_transition_on: 3
light_transition_off: 10
light_colour_temperature: 3500
night_lights:
entity_id: light.kokken_controller_ledstrip_miboxer
include_night_light_control:
- use_brightness
- use_transition
night_light_transition_on: 3
night_light_transition_off: 3
night_lights_after_time: '23:00:00'
night_lights_before_time: '05:00:00'```