Add a few extra speech variations

This commit is contained in:
2023-07-01 14:09:03 -04:00
parent 529b24e310
commit 07b3f00dd1

View File

@ -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 }}<break time="1s"/> {{ states('sensor.random_joke') }}
{% endmacro %}