vasqued2 / ha-teamtracker-card

A Home Assistant frontend custom card that will display real-time updates for teams tracked with the ha-teamtracker integration. Has custom in-game layouts for football, baseball, basketball, hockey, soccer, golf, tennis, racing, and mma.
GNU General Public License v3.0
75 stars 16 forks source link

Date on card displaying as {common.today} #34

Closed aetchells55 closed 1 year ago

aetchells55 commented 1 year ago

In version 0.6.0, the date where it normally says Today or Tomorrow now displays at {common.today} or {common.tomorrow}.

I reverted.to 0.5.4 and the dates displayed as Today / Tomorrow as expected.

Home Assistant System is set to Country: United States, Language: English. Time Zone: GMT -5:00 Eastern Time).

vasqued2 commented 1 year ago

It's probably a cache issue. Try clearing your cache and then refreshing your browser or restarting the app. It seems as though the language files aren't automatically refreshed when the card is upgraded in some configurations.

If it turns out to be a cache issue, let me know what app or browser you are using and it might help me see a trend.

aetchells55 commented 1 year ago

It definitely seems to be cache related. I saw the issue on the Android app and my wall mounted Fire 10s running Fully Kiosk Browser. Cleared caches via OS of those apps and the dates began displaying properly. Thanks!

vasqued2 commented 1 year ago

Thanks. It seems like Android may be the common thread. Gives me a place to start looking.