mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-25 04:48:17 +00:00
Fix door away notification confition
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user