mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-14 15:49:35 +00:00
Updated automations
This commit is contained in:
12
automations/good_morning.yaml
Normal file
12
automations/good_morning.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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."
|
Reference in New Issue
Block a user