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

Can you also insert the Turkish Süper lig #50

Closed akata68 closed 1 year ago

akata68 commented 1 year ago

Can you also insert the Turkish Süper lig ID: SUPER Path: tur.1

https://site.api.espn.com/apis/site/v2/sports/soccer/tur.1/scoreboard

vasqued2 commented 1 year ago

It's already supported using a Custom API Configuration. Should be something like this...

# Custom Integration - 
  - platform: teamtracker
    league_id: XXX
    team_id: YOUR_TEAM_HERE
    sport_path: soccer
    league_path:  tur.1

See FAQ Question #2 or README and let me know if you have any problems getting it to work.

vasqued2 commented 1 year ago

Closing as tur.1 can be set up with a Custom API Configuration.