Disable arrive/leave notification, when home is target state
This commit is contained in:
parent
715b599324
commit
01b4ec2295
@ -4,6 +4,7 @@
|
||||
- platform: state
|
||||
entity_id: person.przemek
|
||||
to: home
|
||||
condition:
|
||||
- condition: not
|
||||
conditions:
|
||||
- condition: state
|
||||
@ -26,6 +27,7 @@
|
||||
- platform: state
|
||||
entity_id: person.przemek
|
||||
from: home
|
||||
condition:
|
||||
- condition: not
|
||||
conditions:
|
||||
- condition: state
|
||||
|
Loading…
Reference in New Issue
Block a user