home-assistant-configuration/automations/sunrise_outside_off.yaml

11 lines
225 B
YAML
Raw Normal View History

2017-01-09 19:48:07 +00:00
alias: "Sunrise Outside off"
2017-01-05 16:14:03 +00:00
trigger:
platform: sun
event: sunrise
action:
2017-01-09 19:48:07 +00:00
- service: notify.notify
data:
2017-02-03 19:16:59 +00:00
title: 'HA: Turning Off Outside Ligts'
message: "Sun is up."
- service: script.outside_all_off