home-assistant-configuration/automations/sunrise_outside_off.yaml

11 lines
225 B
YAML

alias: "Sunrise Outside off"
trigger:
platform: sun
event: sunrise
action:
- service: notify.notify
data:
title: 'HA: Turning Off Outside Ligts'
message: "Sun is up."
- service: script.outside_all_off