mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
10 lines
222 B
YAML
10 lines
222 B
YAML
alias: "Sunrise Outside off"
|
|
trigger:
|
|
platform: sun
|
|
event: sunrise
|
|
action:
|
|
- service: notify.notify
|
|
data:
|
|
title: 'Sun is Up!'
|
|
message: "Turning off Outside Lights."
|
|
- service: script.outside_all_off |