Files
N22/include/automations/lys_have.yaml
T
2026-03-15 15:41:22 +01:00

37 lines
766 B
YAML

###################################
## Turn on garden lights
#
#
###################################
- alias: 'Lys have, aften'
trigger:
platform: numeric_state
entity_id: sensor.indkorsel_sensor_illuminance
below: 120
for:
minutes: 3
# - platform: sun
# event: sunset
# offset: "00:10:00"
condition:
- condition: time
before: '22:00:00'
after: '15:00:00'
action:
# - delay: '00:{{ (range(1, 20)|random|int) }}:00'
- service: script.have_color_scene
# - service: light.turn_on
# entity_id:
# - light.havelys
- alias: 'Sluk lys have aften'
trigger:
platform: time
at: "22:00:00"
action:
- service: light.turn_off
data:
entity_id: light.havelys