This commit is contained in:
Georgi Gardev
2022-12-01 16:02:01 +02:00
parent 209dcb5ab7
commit 3d8dec89b3
+3 -3
View File
@@ -97,14 +97,14 @@ automation:
use_blueprint:
path: arrival_detection.yaml
input:
person: person.player_2
person: person.maya
name: Maya
input_boolean: input_boolean.player_2_home
- alias: Presence · Player 2 Arrival best effort
trigger:
- platform: state
entity_id: person.player_2
entity_id: person.maya
from: "not_home"
to: "home"
for: "00:10:00"
@@ -130,7 +130,7 @@ automation:
- alias: Presence · Player 2 leaving
trigger:
- platform: state
entity_id: person.player_2
entity_id: person.maya
from: "home"
to: "not_home"
for: "00:01:00"