Live updates of geolocation event positions

Hi everyone,

I am working on the geolocation component. It takes json output from an ADSB web service and turns it into geolocation events for Home Assisstant. Tar1090 geolocation · GitHub

I’m using schedule_update_ha_state() to update the location an event periodically, but my map card in lovelace doesn’t update. The positional updates are working, because if I refresh the page, all events are drawn in their most recent position. But there are no paths to show previous positions, and the positions don’t update without refreshing the page.

Does anyone have any ideas? Thanks