Fix notifications
This commit is contained in:
parent
2ad3eb325f
commit
2b71145da4
2 changed files with 10 additions and 10 deletions
|
@ -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:
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
platform: group
|
||||
services:
|
||||
- service: ios_bcc6
|
||||
# - service: ios_hera
|
||||
- service: ios_hera
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue