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
|
|
|
|
- service: notify.notify
|
|
|
|
data:
|
2017-04-09 22:42:48 +00:00
|
|
|
title: "Jarvis"
|
|
|
|
message: "Shutting down for the night, Good Night"
|