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
|
platform: state
|
||||||
entity_id: sensor.front_door
|
entity_id: sensor.front_door
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
condition: state
|
||||||
entity_id: group.presence
|
entity_id: group.presence
|
||||||
state: 'not home'
|
state: 'not_home'
|
||||||
action:
|
action:
|
||||||
service: notify.all_phones
|
service: notify.all_phones
|
||||||
data:
|
data:
|
||||||
|
@ -32,9 +32,9 @@
|
||||||
platform: state
|
platform: state
|
||||||
entity_id: sensor.back_door
|
entity_id: sensor.back_door
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
condition: state
|
||||||
entity_id: group.presence
|
entity_id: group.presence
|
||||||
state: 'not home'
|
state: 'not_home'
|
||||||
action:
|
action:
|
||||||
service: notify.all_phones
|
service: notify.all_phones
|
||||||
data:
|
data:
|
||||||
|
@ -48,9 +48,9 @@
|
||||||
platform: state
|
platform: state
|
||||||
entity_id: sensor.hall_motion
|
entity_id: sensor.hall_motion
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
condition: state
|
||||||
entity_id: group.presence
|
entity_id: group.presence
|
||||||
state: 'not home'
|
state: 'not_home'
|
||||||
action:
|
action:
|
||||||
service: notify.all_phones
|
service: notify.all_phones
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
platform: group
|
platform: group
|
||||||
services:
|
services:
|
||||||
- service: ios_bcc6
|
- service: ios_bcc6
|
||||||
# - service: ios_hera
|
- service: ios_hera
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue