Disable arrive/leave notification, when home is target state
This commit is contained in:
parent
715b599324
commit
01b4ec2295
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue