Hello, I don’t understand why the lamps don’t turn off when the lux value is over 5. Although the lux value changes from 0 to 5 in the morning.
alias: wandleuchten_aus
description: Wandleuchten Sonnenaufgang und 0 Uhr aus
trigger:
- platform: time
at: "00:00:00"
- type: value
platform: device
device_id: 7e3ef02dc05e914e6d3b894e8635c7bc
entity_id: a064584cf72d475485a10157dcf2c8f3
domain: sensor
below: 0
above: 5
condition: []
action:
- target:
entity_id:
- light.wandleuchten_dachterasse
- light.wandleuchten_terrasse
data: {}
action: light.turn_off
mode: single