From d72dc3dd4ca850064a57b803c0e1030dcb269fd5 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 7 Sep 2022 16:56:59 -0400 Subject: [PATCH] Intentionally misspelled K's name so TTS will pronounce it correctly --- templates/speech/daily_briefing.yaml | 4 ++-- templates/speech/kallen_morning_briefing.yaml | 2 +- templates/speech/kallen_nightly_briefing.yaml | 2 +- templates/speech/welcome_home.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/speech/daily_briefing.yaml b/templates/speech/daily_briefing.yaml index 2832820..27745ca 100644 --- a/templates/speech/daily_briefing.yaml +++ b/templates/speech/daily_briefing.yaml @@ -130,7 +130,7 @@ {% elif states.sensor.christmas_countdown.state | int < 31 %} There are only {{states.sensor.christmas_countdown.state}} days until Christmas. {{ [ 'All I want for Christmas is a Hippopotamus.', - 'Hey Kallen, I know what you are getting for Christmas. But I am not telling.', + 'Hey Colin, I know what you are getting for Christmas. But I am not telling.', 'Do not forget to put something under the tree for your favorite AI this year!', 'It is starting to smell a lot like Christmas. Or it could be that the christmas tree is on fire.', 'I do not want to be a smarthome. I want to be a dentist.', @@ -252,7 +252,7 @@ Today is the first day of school! There are {{ states('sensor.school_end_days2go') }} to go until the last day. {% else %} {{ [ 'Today is a school day.', - 'Kallen has school today.', + 'Colin has school today.', 'It is a school day. ' ] | random }} {% endif %} diff --git a/templates/speech/kallen_morning_briefing.yaml b/templates/speech/kallen_morning_briefing.yaml index 9b0f33f..3ccf22f 100644 --- a/templates/speech/kallen_morning_briefing.yaml +++ b/templates/speech/kallen_morning_briefing.yaml @@ -2,7 +2,7 @@ {# Kallen Morning Report #} {%- macro getReport() -%}

- Good morning, Kallen. + Good morning, Colin. It is {{ now().strftime("%I:%M %p") }} diff --git a/templates/speech/kallen_nightly_briefing.yaml b/templates/speech/kallen_nightly_briefing.yaml index 95f2a36..2677a95 100644 --- a/templates/speech/kallen_nightly_briefing.yaml +++ b/templates/speech/kallen_nightly_briefing.yaml @@ -2,7 +2,7 @@ {# Kallen Nightly Report #} {%- macro getReport() -%}

- Good Evening, Kallen, + Good Evening, Colin, {{ [ 'My sensors are detecting a strange smell. I am running diagnostics. But in the mean time, you should start a shower.', 'It is a shower night, so you need to head upstairs and get on that.', 'Did you ever hear the one about the kid who never took a shower? Yeah, me either. So we should keep it that way. It is time to get ready for bed.', diff --git a/templates/speech/welcome_home.yaml b/templates/speech/welcome_home.yaml index f8c6c90..f54f0b0 100644 --- a/templates/speech/welcome_home.yaml +++ b/templates/speech/welcome_home.yaml @@ -26,7 +26,7 @@ {% set endafter = state_attr('input_datetime.school_day_end','timestamp') + 3600 %} {% set current = ((now().hour * 60 + now().minute) * 60 ) %} {% if is_state('input_boolean.school_today_extended','on') and current > endbefore and current < endafter %} - "Welcome home Kallen as well, " + "Welcome home Colin as well, " {{ [ 'I hope you had a great day at school! ', 'I hope school was as boring, uh I mean exciting as ever! ', @@ -99,7 +99,7 @@ "This is an incredibly minor inconvenience, and I am outraged! ", "I am not sure how to fix that. This one might be on you, buddy. ", "Do you have any tips on how to impress her? " - "Smart house, more like fart house! Okay, stop laughing Kallen, it wasn't that funny. " + "Smart house, more like fart house! Okay, stop laughing Colin, it wasn't that funny. " ] | random }}