Handle the scenario where I quit streaming.

This commit is contained in:
2023-05-19 21:17:39 -04:00
parent 96bf25246e
commit 52c0c3c7a6

View File

@ -147,7 +147,7 @@ Tony is currently streaming. The current stream category is {{ game }}. The curr
{% elif method == 'text' %} {% elif method == 'text' %}
Tony will be streaming today. Stream starts at {{ streamstart }}. Tony will be streaming today. Stream starts at {{ streamstart }}.
{% endif %} {% endif %}
{% else %} {% elif state_attr('calendar.tony_s_twitch_schedule','start_time') != none %}
Tony does not have a stream scheduled today. The next scheduled stream is in {{ next_twitch_stream() }} approximately. Tony does not have a stream scheduled today. The next scheduled stream is in {{ next_twitch_stream() }} approximately.
{% endif %} {% endif %}
{% endmacro %} {% endmacro %}