home_assistant/automations/outside/exterior_lights_on.yaml

24 lines
658 B
YAML

# https://www.home-assistant.io/docs/automation/trigger/#sun-trigger
description: Exterior Lights on
alias: Exterior Lighting on when dark outside
id: 809a026b-9996-4cd8-b47c-c709d6173d16
trigger:
- platform: numeric_state
entity_id: sun.sun
attribute: elevation
# Can be a positive or negative number
below: -4.0
condition:
- alias: "before 22:00"
condition: time
after: " 15:00:00"
before: " 22:00:00"
# weekday:
# - " mon"
action:
- service: notify.dev_telegram
data:
message: sun elevation below -4.0 - turning lights on
- service: light.turn_on
target:
entity_id: light.aussenbeleuchtung