diff --git a/templates/speech/daily_briefing.yaml b/templates/speech/daily_briefing.yaml index 625a4a2..71df503 100644 --- a/templates/speech/daily_briefing.yaml +++ b/templates/speech/daily_briefing.yaml @@ -383,7 +383,7 @@ {% endif %} {% endif %} {% if is_state('sensor.ohio_state_buckeyes','PRE') %} - {% if state_attr('sensor.ohio_state_buckeyes','opponent_attr') not in ['MICH'] %} + {% if state_attr('sensor.ohio_state_buckeyes','opponent_abbr') not in ['MICH'] %} {% set date = state_attr('sensor.ohio_state_buckeyes','date') | as_timestamp | timestamp_custom('%m-%d') %} {% if date == now().strftime('%m-%d') %} "The Ohio State Buckeyes will be playing today against the {{ state_attr('sensor.ohio_state_buckeyes','opponent_name') }} at {{ state_attr('sensor.ohio_state_buckeyes','venue') }}. "