Streaming notification tweaks

This commit is contained in:
2023-02-28 13:15:37 -05:00
parent 5f8ffa5d46
commit b8e85993c8
3 changed files with 12 additions and 2 deletions

View File

@ -302,7 +302,6 @@
{% if is_state('input_boolean.tony_streaming_today','on') %} {% if is_state('input_boolean.tony_streaming_today','on') %}
{{ [ {{ [
"Tony will be streaming tonight. ",
"Tony will be pretending to be a real content creator tonight. ", "Tony will be pretending to be a real content creator tonight. ",
"Tony will be doing his best to defeat his impostor syndrome tonight. ", "Tony will be doing his best to defeat his impostor syndrome tonight. ",
"Tony will be playing video games and yelling into a microphone tonight. ", "Tony will be playing video games and yelling into a microphone tonight. ",

View File

@ -175,6 +175,18 @@
{% endif %} {% endif %}
</p> </p>
<p>
{% if is_state('input_boolean.tony_streaming_today','on') %}
{{ [
"Tony will be pretending to be a real content creator tonight. ",
"Tony will be doing his best to defeat his impostor syndrome tonight. ",
"Tony will be playing video games and yelling into a microphone tonight. ",
"Tony will be scraping out the nickels and dimes tonight for the sake of entertainment. ",
"Tony is not really all that funny, but tonight he will present himself to a crowd of questionable individuals who seem to think that he is. "
] | random }} The studio is scheduled to go online at {{ (state_attr('input_datetime.tony_streaming_start_time','timestamp') | int | timestamp_custom('%I:%M %p', False)) }}. "
{% endif %}
</p>
<p> <p>
{% if is_state('input_boolean.sports_updates','on') %} {% if is_state('input_boolean.sports_updates','on') %}
{% if is_state('sensor.michigan_wolverines','PRE') %} {% if is_state('sensor.michigan_wolverines','PRE') %}

View File

@ -26,7 +26,6 @@
<p> <p>
{% if is_state('input_boolean.tony_streaming_today','on') %} {% if is_state('input_boolean.tony_streaming_today','on') %}
{{ [ {{ [
"Tony will be streaming tonight. ",
"Tony will be pretending to be a real content creator tonight. ", "Tony will be pretending to be a real content creator tonight. ",
"Tony will be doing his best to defeat his impostor syndrome tonight. ", "Tony will be doing his best to defeat his impostor syndrome tonight. ",
"Tony will be playing video games and yelling into a microphone tonight. ", "Tony will be playing video games and yelling into a microphone tonight. ",