1
0

Disable arrive/leave notification, when home is target state

This commit is contained in:
Przemek Grondek 2022-11-29 01:06:33 +01:00
parent 715b599324
commit 01b4ec2295

View File

@ -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