From 07b3f00dd1a11c48e3567f00258535a8ea833536 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 1 Jul 2023 14:09:03 -0400 Subject: [PATCH] Add a few extra speech variations --- custom_templates/speech.jinja | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom_templates/speech.jinja b/custom_templates/speech.jinja index 0a825db..e0435ca 100644 --- a/custom_templates/speech.jinja +++ b/custom_templates/speech.jinja @@ -9,6 +9,8 @@ "Greetings earthling. ", "Good afternoon. ", "How do you do, fellow kids? ", + "Howdy partner. ", + "Greetings, human overlords. ", ] | random }} {% else %} {{ [ @@ -33,6 +35,8 @@ It is {{ now().strftime("%I:%M %p") }}. "Greetings earthling. ", "Good afternoon. ", "How do you do, fellow kids? ", + "Howdy partner. ", + "Greetings, human overlords. ", ] | random }} {% else %} {{ [ @@ -48,6 +52,9 @@ It is {{ now().strftime("%I:%M %p") }}. "Here is a random dad joke ", "In case you hadn't had enough idiotic humor today, here is a little more ", "For further proof that the developer responsible for my existence is an idiot, I present the following joke ", +"I like jokes. I particularly like stupid jokes. Here is an example ", +"The best jokes are the dumb ones like this one ", +"And now for todays episode of humor for morons ", ] | random }} {{ states('sensor.random_joke') }} {% endmacro %}