From 2b71145da43f3b2b4b5b5b30338a6e941efef804 Mon Sep 17 00:00:00 2001 From: Ben Charlton Date: Sun, 22 Oct 2017 14:58:32 +0000 Subject: [PATCH] Fix notifications --- automations.yaml | 18 +++++++++--------- notify.yaml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automations.yaml b/automations.yaml index 8510022..fa56098 100644 --- a/automations.yaml +++ b/automations.yaml @@ -15,9 +15,9 @@ platform: state entity_id: sensor.front_door condition: - - condition: state - entity_id: group.presence - state: 'not home' + condition: state + entity_id: group.presence + state: 'not_home' action: service: notify.all_phones data: @@ -32,9 +32,9 @@ platform: state entity_id: sensor.back_door condition: - - condition: state - entity_id: group.presence - state: 'not home' + condition: state + entity_id: group.presence + state: 'not_home' action: service: notify.all_phones data: @@ -48,9 +48,9 @@ platform: state entity_id: sensor.hall_motion condition: - - condition: state - entity_id: group.presence - state: 'not home' + condition: state + entity_id: group.presence + state: 'not_home' action: service: notify.all_phones data: diff --git a/notify.yaml b/notify.yaml index 4bfd729..1eebe47 100644 --- a/notify.yaml +++ b/notify.yaml @@ -2,4 +2,4 @@ platform: group services: - service: ios_bcc6 -# - service: ios_hera + - service: ios_hera