-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No live, pregame and, postgame tiles #5
Comments
Lovelace-card had to be installed which is not a requirement on the list. Plus the required teamtracker dependency was broken and required developer fix with HA. Working now. |
I am having the same issue. I can see standings but not live/post/pre games. Can you explain in more detail what you needed to install/fix? |
@bjh22 Think all I did was implement the new updates from the dev. I dont recall having to change anything. Make sure the lovelace-card is installed. |
I did some debugging on my end - in dashboard.yaml there is a refernce to sensor.nfl_red_zone that I don't have, and I don't see it in sensor.yaml from the repo either. I removed the IF statement that contained this sensor and all is now well. |
I am having the same issue (I am using NHL only). Standings all work perfectly but Postgame, Live & Pregame show nothing. I have all the sensors set up and they all have the proper attributes (league, next game, etc). Starting Goalies is also messed up but seems that's a known issue. In my dashboard yaml I did also find the stray sensor.nfl_red_zone and removed that line but I still get nothing on those screens. I have 2 separate team trackers cards on another dashboard that work perfectly. Any ideas what might cause this? I saw the above for the lovelace-card but couldn't find anything in HACS with that specific name (but a lot of cards with Lovelace in the name). |
From my logs, surely this is the issue but I have no idea what it means. TIA Logger: homeassistant.helpers.event Error while processing template: Template<template=({%- for team in integration_entities("teamtracker") -%} {%- if state_attr(team, "league") == "NHL" -%} {%- if states(team) == "IN" -%} {%- if state_attr(team, "team_homeaway") == "home" -%} {{{"type": "custom:teamtracker-card", "entity": team, "card_mod": {"style": "ha-card {\n\n color: black; \n background-color: #ffcccc; \n box-shadow: 0 0 10px 5px red;\n}\n"}, "home_side": "right"}}}, {%- else -%} {{{"type": "custom:teamtracker-card", "entity": team, "home_side": "right"}}}, {%- endif -%} {%- endif -%} {%- endif -%} {%- endif -%} {%- endfor -%}) renders=30> The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Hello, tabs postgame, live and pregame show blank.
Any suggestions on how to get this to work? @kbrown01
What do you have for your decluttering-card template in ui-lovelace?
The text was updated successfully, but these errors were encountered: