zacs / ha-nfl

NFL game scores custom component for Home Assistant
42 stars 32 forks source link

Kickoff In time is wrong #35

Closed Lyonheart86 closed 1 year ago

Lyonheart86 commented 1 year ago

The day of the week and time game starts is correct .. however on the card in the bottom left.. it says kick off in two days. IT should read 3. I have this integration with three different cards. Only one of them is saying "3 Days" which is correct. Any advice on how to fix this please.

zacs commented 1 year ago

I am guessing this is by design because of the kickoff_in calculation -- it calculates human-understandable terms based on the relative time away. If you want the exact time of kickoff, you'd need to use the date field and parse it however you'd like. You could fork the card and make that change, but would need to do so out of the card repo here: https://github.com/D34DC3N73R/ha-nfl-card