Fix door away notification confition

This commit is contained in:
2022-06-05 09:48:48 +03:00
parent cdcc0fe7d3
commit 24c5400108

View File

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