diff --git a/custom_templates/sports.jinja b/custom_templates/sports.jinja index 25a8f5f..522babb 100644 --- a/custom_templates/sports.jinja +++ b/custom_templates/sports.jinja @@ -60,6 +60,8 @@ {% macro sports_inhibit(team) %} {% if state_attr(team,'kickoff_in') %} - {{ ('months' or 'weeks') in state_attr(team,'kickoff_in') }} + {{ 'months' in state_attr(team,'kickoff_in') or + 'month' in state_attr(team,'kickoff_in') or + 'weeks' in state_attr(team,'kickoff_in') }} {% endif %} {% endmacro %}