mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 20:56:44 +00:00
Updated automations
This commit is contained in:
13
automations/good_night.yaml
Normal file
13
automations/good_night.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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: 'Anchorage House'
|
||||
message: "Shutting down for the night, Good Night"
|
Reference in New Issue
Block a user