Fixed typos

This commit is contained in:
2023-02-27 13:02:42 -05:00
parent a97d57abbc
commit 6ad00427ea
4 changed files with 4 additions and 4 deletions

View File

@ -374,7 +374,7 @@
{% endif %}
{% endif %}
{% if is_state('sensor.los_angeles_dodgers','POST') %}
{% if state_attr('sensor.los_angeles_dodgerts','opponent_abbr') not in ['MIN'] %}
{% if state_attr('sensor.los_angeles_dodgers','opponent_abbr') not in ['MIN'] %}
{% set date = state_attr('sensor.los_angeles_dodgers','date') | as_timestamp | timestamp_custom('%m-%d') %}
{% set yday = (as_timestamp(now()) - (24*3600)) | timestamp_custom('%m-%d') %}
{% if date == now().strftime('%m-%d') %}