From e51af108366f6ccdd48afe2f45441f3d7cd6f990 Mon Sep 17 00:00:00 2001 From: ccostan Date: Mon, 8 Jun 2020 17:15:58 -0400 Subject: [PATCH] More minor stuff --- 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 5944fe77..361a4ea5 100755 --- a/config/automation/Speech/announcements.yaml +++ b/config/automation/Speech/announcements.yaml @@ -64,7 +64,7 @@ "Pardon the interruption but " ~ person ~ is_are +" home!", "My systems are picking up the presence of additional humans. " ~ person ~ is_are +" being identified as home.", "Welcome home "~person + "! It is nice to see you again! Let me turn on the lights. ", - "It looks like "~person ~ is_are + " finally home! I will get the house ready for you. " + "It looks like "~person ~ is_are + " finally home! I will get the house ready for you. " ] | random }} {%- endmacro -%} {{greeting_sentence(person, is_are)}}