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