Streaming notification tweaks
This commit is contained in:
@ -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. ",
|
||||||
|
@ -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') %}
|
||||||
|
@ -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. ",
|
||||||
|
Reference in New Issue
Block a user