mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
14 lines
275 B
YAML
14 lines
275 B
YAML
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:
|
|
title: "Jarvis"
|
|
message: "Shutting down for the night, Good Night"
|