mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-29 06:48:16 +00:00
Fix door away notification confition
This commit is contained in:
@@ -54,8 +54,8 @@ automation:
|
|||||||
condition:
|
condition:
|
||||||
and:
|
and:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: person.georgi
|
entity_id: binary_sensor.someone_home
|
||||||
state: "not_home"
|
state: "off"
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.guest_mode
|
entity_id: input_boolean.guest_mode
|
||||||
state: "off"
|
state: "off"
|
||||||
|
|||||||
Reference in New Issue
Block a user