mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 10:57:03 +00:00
List our automations - Documenation of course.
This commit is contained in:
@@ -25,5 +25,13 @@ Devices I have :
|
|||||||
* Door Sensors (AEON Labs)
|
* Door Sensors (AEON Labs)
|
||||||
* Nintendo Wii
|
* 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)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@@ -4,7 +4,16 @@
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: event
|
- platform: event
|
||||||
event_type: good_night
|
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:
|
||||||
condition: state
|
condition: state
|
||||||
entity_id: group.family
|
entity_id: group.family
|
||||||
|
Reference in New Issue
Block a user