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