Updated with new Pet routines.

This commit is contained in:
ccostan 2018-06-08 17:59:47 -04:00
parent 43bcc692af
commit a7a9d170f2
1 changed files with 18 additions and 7 deletions

View File

@ -24,13 +24,6 @@ automation:
- binary_sensor.sleepnumber_carlo_carlo_is_in_bed
- binary_sensor.sleepnumber_carlo_stacey_is_in_bed
to: 'on'
- platform: state
entity_id:
- group.family
from: 'home'
to: 'not_home'
for: '00:03:00'
condition:
- condition: state
entity_id: input_boolean.guest_mode
@ -51,10 +44,28 @@ automation:
- condition: state
entity_id: device_tracker.stacey
state: 'not_home'
action:
- service: ifttt.trigger
data_template: {"event":"aura_night_mode"}
- alias: Aura Scene away
hide_entity: True
trigger:
- platform: state
entity_id:
- group.family
from: 'home'
to: 'not_home'
for: '00:03:00'
condition:
- condition: state
entity_id: input_boolean.guest_mode
state: 'off'
action:
- service: ifttt.trigger
data_template: {"event":"aura_pet_mode"}
- alias: Aura Scene Home
hide_entity: True
trigger: