Fix notifications

This commit is contained in:
Ben Charlton 2017-10-22 14:58:32 +00:00
parent 2ad3eb325f
commit 2b71145da4
2 changed files with 10 additions and 10 deletions

View file

@ -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:

View file

@ -2,4 +2,4 @@
platform: group
services:
- service: ios_bcc6
# - service: ios_hera
- service: ios_hera