Intentionally misspelled K's name so TTS will pronounce it correctly

This commit is contained in:
2022-09-07 16:56:59 -04:00
parent c4472b6d2a
commit d72dc3dd4c
4 changed files with 6 additions and 6 deletions

View File

@ -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 <say-as interpret-as="characters">AI</say-as> 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 %}