Sports Standings and Scores

March Madness
Maybe someone has moved this down the road (would love to see what you have) but if not I just started playing around with it. Feel free to use. Teams haven’t been selected so just creating a shell right now. Once they are announced I’ll be able to add Names/Logos/venue/etc.

Layout is my typical layout of everything on a single screen. Games are current but when MM starts you will see them there.

I built my March Madness tab using the api that was mentioned in the thread here - https://gist.github.com/akeaswaran/b48b02f1c94f873c6655e7129910fc3b

For those that want it - I have updated my github sensors, NCAA College dashboard and started to add a Women’s College Basketball - sensors only right now - for what I am showing below.

Here is the rough shell but you can see ESPN lays out the games through the Championship.


For those that just want the sensor here is what I am currently using:

##
## NCAA Basketball Mens March Madness
###
- platform: rest
  scan_interval: 86400
  name: NCAAM March Madness
  unique_id: sensor.ncaam_march_madness
  resource: https://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/scoreboard?dates=20250320-20250430&groups=100&limit=500
  value_template: "{{ now() }}"
  json_attributes:
      - events        

That looks amazing. Any chance you can hand out the yaml file for your ncaa tab?

Already added your March Madness sensor :wink:

Thanks in advance.

EDIT: People who read have advantages in most cases. This here is one of those cases :wink:
Nevermind, I found everything I need :slight_smile:

2 Likes