Hey, love this thanks for it. I have a goal light automation attached to the NHL score and I find almost frequently that it goes off for no reason. I strongly suspect that the values from ESPN are changing.
Looking at my HA automation traces I see an event after the scoring started for a 0-0 - with many fields being null.
from:
from_state:
entity_id: sensor.team_tracker_canadiens
state: IN
attributes:
kickoff_in: 44 minutes ago
team_score: '1'
opponent_score: '0'
last_play: Drake Batherson Deflected saved by Jacob Fowler
last_update: '2026-03-11 20:14:44-04:00'
api_message: Cached data
to: (note the PRE, also)
to_state:
entity_id: sensor.team_tracker_canadiens
state: PRE
attributes:kickoff_in: 44 minutes ago
team_score: '0'
opponent_score: '0'
last_play: null
last_update: '2026-03-11 20:14:49-04:00'
api_message: Cached data
Is this just bad data from ESPN?
Hey, love this thanks for it. I have a goal light automation attached to the NHL score and I find almost frequently that it goes off for no reason. I strongly suspect that the values from ESPN are changing.
Looking at my HA automation traces I see an event after the scoring started for a 0-0 - with many fields being null.
from:
to: (note the
PRE, also)Is this just bad data from ESPN?