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
63 stars 12 forks source link

Day of the week issue #39

Closed ex1n3 closed 1 year ago

ex1n3 commented 1 year ago

Running v0.6.1 for both the Team Tracker integration and card frontend. Home assistant 2023.1.1, but this has been happening since 2022.11.

Pretty standard card setup --

type: custom:teamtracker-card entity: sensor.team_tracker home_side: left show_rank: true

Shows the below where the day of the week should be. Capture

vasqued2 commented 1 year ago

For some reason, the cache isn't getting completely refreshed on at least some Android platforms for the latest card upgrade. Assuming you are using the app, try clearing your cache and restarting the app. If using a browser, clear the cache and refresh the page.

Lmk if that doesn't resolve it and we can look more at your specifics.

ex1n3 commented 1 year ago

Using a browser, but clearing the cache did the trick! Thanks.