My status macro will no longer say I'm streaming tomorrow
This commit is contained in:
@ -166,11 +166,6 @@
|
|||||||
{{ identTony }} will be live today at {{ streamstart }}.
|
{{ identTony }} will be live today at {{ streamstart }}.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% set identTony = 'He' %}
|
{% 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 %}
|
{% else %}
|
||||||
{% set identTony = 'Tony' %}
|
{% set identTony = 'Tony' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user