From a7a9d170f225ac5b4958973feee44e99dddfc2fc Mon Sep 17 00:00:00 2001 From: ccostan Date: Fri, 8 Jun 2018 17:59:47 -0400 Subject: [PATCH] Updated with new Pet routines. --- config/packages/aurahome.yaml | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/config/packages/aurahome.yaml b/config/packages/aurahome.yaml index 188038ae..c43af2e9 100755 --- a/config/packages/aurahome.yaml +++ b/config/packages/aurahome.yaml @@ -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: