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:
|
|
|
|
title: 'Sun is Up!'
|
|
|
|
message: "Turning off Outside Lights."
|
|
|
|
- service: script.outside_all_off
|