Updated with new Pet routines.
This commit is contained in:
parent
43bcc692af
commit
a7a9d170f2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue