2017-01-05 16:14:03 +00:00
|
|
|
alias: "Good Night"
|
|
|
|
trigger:
|
|
|
|
platform: time
|
|
|
|
hours: 22
|
|
|
|
minutes: 00
|
|
|
|
seconds: 00
|
|
|
|
action:
|
|
|
|
- service: scene.turn_on
|
|
|
|
entity_id: scene.livingroom_night
|
2017-04-21 02:18:00 +00:00
|
|
|
- service: notify.ios_jeffreystonesiphone
|
2017-01-05 16:14:03 +00:00
|
|
|
data:
|
2017-04-21 02:18:00 +00:00
|
|
|
message: "House shutting down for the night, Good Night"
|