mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
13 lines
293 B
YAML
13 lines
293 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:
|
|
title: 'Anchorage House'
|
|
message: "Good Morning, Anchorage House is up and online."
|