mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Add Maya
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user