Jeffrey Stone d4075b3a4b Automation and Sensor Updates
Cleaned up Devices
Added Sensors for Computers
Cleaned up device based automations
2017-02-03 15:00:25 -05:00

13 lines
255 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: "HA: Shutting down for the night, Good Night"