From f3e2d684a91d799f62b400c6a6c98d87c0da5a0a Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Thu, 13 Oct 2016 16:10:32 +0000 Subject: [PATCH] List our automations - Documenation of course. --- README.md | 8 ++++++++ automation/good_night.yaml | 11 ++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dada1fb0..202bf751 100755 --- a/README.md +++ b/README.md @@ -25,5 +25,13 @@ Devices I have : * Door Sensors (AEON Labs) * Nintendo Wii +Automations: +* SMS and IFTTT Notifications for Offline Devices, BadLogins, HA Startups, new HA versions. +* Logging entries in Logbooks for Rachio, Doorbell +* Auto Heal ZWave at 2:30am +* Turn on TV Time Lights (dim and color) at Sunset (if home and TV is on) +* Turn on Upstaris light if Nest detects people and it's nighttime. +* Turn off lights when Nest detects we are away. (Upstairs and Downstairs) + ![Screenshot of Dashboards](https://i.imgur.com/HyriksZ.png) diff --git a/automation/good_night.yaml b/automation/good_night.yaml index 26877497..80fda665 100755 --- a/automation/good_night.yaml +++ b/automation/good_night.yaml @@ -4,7 +4,16 @@ trigger: - platform: event event_type: good_night - + - platform: state + entity_id: binary_sensor.upstairs_away_mode + to: 'on' + - platform: state + entity_id: binary_sensor.downstairs_away_mode + to: 'on' + - platform: state + entity_id: group.family + state: not_home + condition: condition: state entity_id: group.family