From 24c54001089c4be320e1aff3fbbe7ba009e554a0 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sun, 5 Jun 2022 09:48:48 +0300 Subject: [PATCH] Fix door away notification confition --- config/packages/modules/security.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/packages/modules/security.yaml b/config/packages/modules/security.yaml index c08bc41..853f68c 100644 --- a/config/packages/modules/security.yaml +++ b/config/packages/modules/security.yaml @@ -54,8 +54,8 @@ automation: condition: and: - condition: state - entity_id: person.georgi - state: "not_home" + entity_id: binary_sensor.someone_home + state: "off" - condition: state entity_id: input_boolean.guest_mode state: "off"