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: use_blueprint:
path: arrival_detection.yaml path: arrival_detection.yaml
input: input:
person: person.player_2 person: person.maya
name: Maya name: Maya
input_boolean: input_boolean.player_2_home input_boolean: input_boolean.player_2_home
- alias: Presence · Player 2 Arrival best effort - alias: Presence · Player 2 Arrival best effort
trigger: trigger:
- platform: state - platform: state
entity_id: person.player_2 entity_id: person.maya
from: "not_home" from: "not_home"
to: "home" to: "home"
for: "00:10:00" for: "00:10:00"
@@ -130,7 +130,7 @@ automation:
- alias: Presence · Player 2 leaving - alias: Presence · Player 2 leaving
trigger: trigger:
- platform: state - platform: state
entity_id: person.player_2 entity_id: person.maya
from: "home" from: "home"
to: "not_home" to: "not_home"
for: "00:01:00" for: "00:01:00"