mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
11 lines
225 B
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
|