List our automations - Documenation of course.

This commit is contained in:
CCOSTAN
2016-10-13 16:10:32 +00:00
parent 47f4801fca
commit f3e2d684a9
2 changed files with 18 additions and 1 deletions

View File

@@ -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)

View File

@@ -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