Borrowing more of @ccostan config
This commit is contained in:
parent
c1c18785af
commit
089125fbe7
|
@ -386,6 +386,8 @@ automation:
|
||||||
state: Home
|
state: Home
|
||||||
action:
|
action:
|
||||||
- service: script.family_is_home
|
- service: script.family_is_home
|
||||||
|
- wait_template: >-
|
||||||
|
{{ states.binary_sensor.laundry_room_door.state == 'on' }}
|
||||||
- service: script.ah_report
|
- service: script.ah_report
|
||||||
data_template:
|
data_template:
|
||||||
call_interuption: 1
|
call_interuption: 1
|
||||||
|
@ -397,6 +399,12 @@ automation:
|
||||||
person + " is in the neighborhood.",
|
person + " is in the neighborhood.",
|
||||||
person + " is arriving.",
|
person + " is arriving.",
|
||||||
"My sensors are picking up the presence of additional humans. " ~ person +" has been identified as home.",
|
"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."
|
person + " has finally made it home."
|
||||||
] | random }}
|
] | random }}
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
|
Loading…
Reference in New Issue