From a48589d892674033dbc3012fc0e19a4686097b90 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 26 Apr 2024 11:51:53 -0400 Subject: [PATCH] My status macro will no longer say I'm streaming tomorrow --- custom_templates/status.jinja | 5 ----- 1 file changed, 5 deletions(-) diff --git a/custom_templates/status.jinja b/custom_templates/status.jinja index ce382f8..82b3b8f 100644 --- a/custom_templates/status.jinja +++ b/custom_templates/status.jinja @@ -166,11 +166,6 @@ {{ identTony }} will be live today at {{ streamstart }}. {% endif %} {% set identTony = 'He' %} - {% elif state_attr('calendar.tony_s_twitch_schedule','start_time') != none %} - {% if count_the_days('calendar.tony_s_twitch_schedule','start_time') | int == 1 %} - {{ identTony }} will be streaming at {{ time_from_calendar('calendar.tony_s_twitch_schedule','start_time','read') }} tomorrow. - {% endif %} - {% set identTony = 'He' %} {% else %} {% set identTony = 'Tony' %} {% endif %}