From c28f01ca38ea7eeeefd7dc52bc9c94d1e7f5970e Mon Sep 17 00:00:00 2001 From: ccostan Date: Mon, 2 Jul 2018 10:30:02 -0400 Subject: [PATCH] Minor Edit --- config/automation/Speech/announcements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/automation/Speech/announcements.yaml b/config/automation/Speech/announcements.yaml index 049e8497..08c425f5 100755 --- a/config/automation/Speech/announcements.yaml +++ b/config/automation/Speech/announcements.yaml @@ -38,7 +38,7 @@ person + " is now here. Hash tag Home.", "Just a quick announcement. " ~ person +" hass arrived!", "Pardon the interruption but " ~ person +" is home!", - "My systems are picking up the presence of additional humans." ~ person +" has been identified as home." + "My systems are picking up the presence of additional humans. " ~ person +" has been identified as home." ] | random }} {%- endmacro -%} {{greeting_sentence(person)}}