Automations build Dashboard Cards

I would like a way to build a dashboard from an automation using conditions. Use Case: I would like to show 1 card for each NFL team. I am using the amazing Team Tracker sensor from HACS for all NFL teams. The teams tracker frontend card shows the matchup of the sensor team and their opponent. And I don’t want duplicates on my dashboard. So I would like to ceate an automation that builds a dashboard based on only the home teams. I am using helper files to capture home/away status for each team. If team = home show card team_sensor.gb for examplae. If i can build the logic for one team, i can copy and paste and swap out the team acronym. Hope that makes sense, I am high.

Also I have tried using the condition card but cannot figure out the logic that will work. I will only want to show home teams on one dashboard.

You were on the right track with conditional cards. Create a card for every team. Then make each card only visible if the condition matches that team = home.