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
|
- platform: state
|
||||||
entity_id: person.przemek
|
entity_id: person.przemek
|
||||||
to: home
|
to: home
|
||||||
|
condition:
|
||||||
- condition: not
|
- condition: not
|
||||||
conditions:
|
conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
@ -26,6 +27,7 @@
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: person.przemek
|
entity_id: person.przemek
|
||||||
from: home
|
from: home
|
||||||
|
condition:
|
||||||
- condition: not
|
- condition: not
|
||||||
conditions:
|
conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
|
Loading…
Reference in a new issue