From 01b4ec229582f26dd8ea2aaea4a509d866044449 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Tue, 29 Nov 2022 01:06:33 +0100 Subject: [PATCH] Disable arrive/leave notification, when home is target state --- configuration/automations/presence.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/automations/presence.yaml b/configuration/automations/presence.yaml index a5a5325..01081ea 100644 --- a/configuration/automations/presence.yaml +++ b/configuration/automations/presence.yaml @@ -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