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

Don't show "away" team when displaying Golf tracker #52

Closed brhahlen closed 1 year ago

brhahlen commented 1 year ago

Created some sensors to track Golf and Golf players. When using the card, it shows like this: image

Ideally, for the Tournament, you'd want to show the leader only. And for the individual tracker, just the golfer himself, without the "opponent". Does that make sense?

All in all, thanks for the great card and integration!

vasqued2 commented 1 year ago

It is working as I intended.

If you put in a golfers' name, it will show that golfer and the leader. If you use the * as the wild card, it will show the golfers in first and second place. These will be dynamically updated as they change throughout the competition.

Prior to the start of the tournament, it uses whatever tiebreaker rules ESPN uses since everyone is at par.

brhahlen commented 1 year ago

Ah, awesome! I had not figured thatout, due to the fact that I don't know who Matthew McClean is :-)

Thanks for the clarification, looking forward to seeing what it looks like when the tournament actually starts!

vasqued2 commented 1 year ago

Seems to be working for me. Any issues?

brhahlen commented 1 year ago

Yes, works perfectly for me. No issues! Thanks for the clarification and help!