mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Use arrival detection for presence
This commit is contained in:
@@ -59,7 +59,6 @@ automation:
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: person.georgi
|
||||
from: "not_home"
|
||||
to: "home"
|
||||
condition:
|
||||
condition: state
|
||||
@@ -97,7 +96,7 @@ automation:
|
||||
alias: Presence · Coming home
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: person.georgi
|
||||
entity_id: input_boolean.georgi_home
|
||||
to: "home"
|
||||
action:
|
||||
- service: script.routine_coming_home
|
||||
|
||||
Reference in New Issue
Block a user