Sports Standings and Scores

I don’t know why, because I re-downloaded the code from Github, but it was different. I copied the code from your post. It works now.

Thank you very much.

Do I need to check anything else in the Stanley Cup area?

Nothing is posted in the API yet for the Stanley cup and when we get the teams it should populate.

If you wanted to take a look at it you could probably use last year’s data. You would need to change the Python API pull to last years. It should be commented out in the nhl-1st-grok.py file.

Ok thanks for the answer

Figured I’d bump the group activity.

NBA/NFL are loading correctly and I have added, albeit late, UEFA Champions.

Still need to work on formatting and I am sure I need to adjust titles, but putting it out there.

A Couple screen shots:
NBA


NHL

UEFA

As a side I was playing around the soccer promotions and may add them to my github in the future but still a copule hiccups - Leg 2 in first round for example on this screen shot. Here is what I am getting right now:

Enjoy and I would love to see additions and improvements

Such great additions, I am doing a new music project using similar flex-tables …

Goal … Jukebox for quests at parties and our winery.

Nice! Are you thinking about posting the code here or on your github?

Git … when I am ready. Still trying to find out how to make a link (probabaly need to use like with param).

In the image, every row in search should be clickable to run a script to add that item to the queue. Haven’t figured out that yet (best way).

Not sure if you want them to be able to click/tap on any part of the row or you can just add another column to each row for ‘add to playlist’ like here:

How to use an URL in flex-table-card? - Configuration / Frontend - Home Assistant Community

Solved … this could be used in the Sports tables too I’ll bet. You can make a cell clickable to run some script like this:

                  - name: Queue
                    data: song_search
                    modify: >-
                      '<div style="text-align:center"><ha-icon
                      icon="mdi:plus"></div>'
                    tap_action:
                      action: perform-action
                      perform_action: spotifyplus.add_player_queue_items
                      target: {}
                      data:
                        entity_id: media_player.spotifyplus_kevin_brown
                        uris: cell[0]

RCJukebox-ezgif.com-video-to-gif-converter

@jeffcrum … key is being able to run a service. Probably could have went the webhook route, but this is cleaner

1 Like