Files
N22/include/automations/sunset_turn_on.yaml
T
2022-03-13 08:26:26 +01:00

33 lines
788 B
YAML

###################################
## Sunrise and Sunset stuff
# @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
###################################
- alias: 'Sunset Stuff on'
trigger:
platform: state
entity_id: binary_sensor.stue_motion_sensor
to: 'on'
# - platform: sun
# event: sunset
# offset: "-00:20:00"
condition:
- condition: time
after: '15:00:00'
before: '22:00:00'
- condition: numeric_state
entity_id: sensor.forgang_sensor_illuminance
below: 50
action:
# - delay: '00:{{ (range(1, 20)|random|int) }}:00'
- service: script.monthly_color_scene
- service: light.turn_on
entity_id:
- light.stue
- light.raket
- light.stol