mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Logging stuff and using IFTTT
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
|
||||
- alias: 'GoodNight - Away Mode'
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: group.family
|
||||
state: 'not_home'
|
||||
- platform: event
|
||||
event_type: good_night
|
||||
|
||||
|
||||
15
automation/upstairs_motion_ifttt.yaml
Executable file
15
automation/upstairs_motion_ifttt.yaml
Executable file
@@ -0,0 +1,15 @@
|
||||
# Uses the Nest thermostat to turn on lights and turn them off.
|
||||
|
||||
- alias: 'Upstairs Light Turn'
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: upstairs_light_on
|
||||
|
||||
condition:
|
||||
condition: state
|
||||
- platform: sun
|
||||
event: sunset
|
||||
|
||||
action:
|
||||
service: light.turn_on
|
||||
entity_id: group.upstairs
|
||||
Reference in New Issue
Block a user