home-assistant-configuration/automations/good_morning.yaml

13 lines
281 B
YAML
Raw Permalink Normal View History

2017-01-05 16:14:03 +00:00
alias: "Good Morning"
trigger:
2017-05-05 00:26:44 +00:00
platform: time
hours: 05
minutes: 15
seconds: 00
2017-01-05 16:14:03 +00:00
action:
- service: scene.turn_on
entity_id: scene.livingroom_normal
2017-04-21 02:18:00 +00:00
- service: notify.ios_jeffreystonesiphone
2017-01-05 16:14:03 +00:00
data:
2017-04-09 22:42:48 +00:00
message: "Good Morning, Anchorage House is up and online."