vasqued2 / ha-teamtracker

Home Assistant integration that provides real-time scores in multiple professional (NBA, NFL, NHL, MLB, MLS, and more), college (NCAA), and international (soccer, golf, tennis, mma, racing) sports using ESPN APIs.
166 stars 20 forks source link

Golf Player #86

Closed brhahlen closed 1 year ago

brhahlen commented 1 year ago

Just found this card and am trying to figure out how I can get indiviual Golf players to track. I've tried with:

- platform: teamtracker
  league_id: "PGA"
  team_id: "tiger-woods"
  name: "team_tracker_tiger"

But that yields a "NOT_FOUND". Also tried some other combinations, but can't figure out. Can you help me please?

vasqued2 commented 1 year ago

team_id: WOODS

or "TIGER WOODS"

brhahlen commented 1 year ago

Awesome! That worked, thanks!