12 lines
262 B
YAML
12 lines
262 B
YAML
|
alias: "Good Morning"
|
||
|
trigger:
|
||
|
platform: sun
|
||
|
event: sunrise
|
||
|
offset: "-00:30:00"
|
||
|
action:
|
||
|
- service: scene.turn_on
|
||
|
entity_id: scene.livingroom_normal
|
||
|
- service: notify.notify
|
||
|
data:
|
||
|
message: "Good Morning, Anchorage House is up and online."
|