Hey there @vasqued2 . I’m trying to use the service call you provided to grab LSU football and I’m getting not found. I set it up as a normal TT sensor and I am getting data. I am able to get pro sports just fine but not NCAAF .
This is the service call I am using that is not working:
This is helpful however if double click you can open the url from the attributes tab. Is there a way to disable double click?
I wanted to display this card for my 8 year old. We have an old wall mounted tablet we use as a display. I actually blocked internet access using my router. Clicking an external url loads chrome with an error. When you exit chrome it causes Wallpannel to reload which momentary displays the sidebar were settings can be accessed.
though that said looks like it’s AJA you need…the rest seems OK (I think)
Ajax have no league games until 18th Sept so the ESPN API is unlikely to return anything until nearer the 18th so that’s not making your task any easier as all you’ll get even with a correct setup is NOT_FOUND
They won’t have the same team_id on the ESPN API…you need to get the details from there…
edit: actually looking at that they do both seem to be MON as you mention on their main page …maybe someone else has a bright idea as the “real” team_id must be somewhere
another edit…
so MON is Monaco…but what works for Montpellier
and more updating…
if you create a sensor for Montpellier’s next opponent (Auxerre) it shows Montpellier correctly as the opponent but does list their abbreviation as MON…at this stage I’m stumped…
FINAL UPDATE
Ok…so I’ve overthought this…back to the Readme for the integrtation and of course we can use the "team abbreviation, team ID, athlete name, wildcard, or a regex… " so using their ID of 274 rather the abbreviation of MON works fine
In my opinion, sections is a great addition to Homeassistant UI. One piece of feedback though for this particular card is that there’s less possibility for for me to tune the size of the team tracker card to fit dashboards that are based on sections.
Maybe this is possible to tune a bit with custom CSS stuff, but then I’d be out of my depth? I’m really, really not compatible with css.
Regardless, it be great to have more possibilities to customize the size of the card to fit with different sections layouts.
I’m not the sharpest crayon in the toolbox so forgive me for asking this. I have scanned several threads and checked the wiki but I cant find out why the state_attr(team, “team_homeawat”) == “home”…) is set to only home.
Whats the logic behind that. I know what it does but why use that and leave out away games?
Because if you only choose one (“home” is this case) you will not get two cards – one for the “home” team and one for the “away” team. That said, it all depends on the sport of interest. Like you would have two mlb entries right now (one for DET and one for CLE) instead of one which would be CLE as they are at home.