From 089125fbe7d4868d67240368915043690fae266a Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Tue, 17 Mar 2020 22:54:04 -0400 Subject: [PATCH] Borrowing more of @ccostan config --- config/packages/presence.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/packages/presence.yaml b/config/packages/presence.yaml index 59ba9cb..a890359 100755 --- a/config/packages/presence.yaml +++ b/config/packages/presence.yaml @@ -386,6 +386,8 @@ automation: state: Home action: - service: script.family_is_home + - wait_template: >- + {{ states.binary_sensor.laundry_room_door.state == 'on' }} - service: script.ah_report data_template: call_interuption: 1 @@ -397,6 +399,12 @@ automation: person + " is in the neighborhood.", person + " is arriving.", "My sensors are picking up the presence of additional humans. " ~ person +" has been identified as home.", + "Welcome back home " ~ person, + "Guess who is home?" ~ person +" is!", + "I am sensing a disturbance in the force. " ~ person +" must be home!", + person + " is now in the house.", + person ~ "! You are home!", + "I know a secret! " ~ person +" is home!", person + " has finally made it home." ] | random }} {%- endmacro -%}