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)}}