Skip to main content

Track Map

Watch driver markers move around the circuit with lap and track-status context. Use the map beside timing cards to relate gaps and incidents to a position on track.

Track Map card showing its dashboard layout
Track Map rendered with illustrative sample data.Select the image to open it full size.

Availability

F1TV live / Replay. The card connects directly to an F1 Sensor entry with usable map geometry and car positions. Live positions require optional F1TV Auth. Replay positions are available only when the loaded archive contains them. Race Lap Count, Driver Positions and Track Status add optional context.

Add the card

  1. Open your dashboard, select Edit dashboard, then Add card.
  2. Search for F1 and select the Track Map card.
  3. Keep the entry and context sources on Auto for a single-entry installation. Choose the correct integration entry if you have several. Start with automatic layout and TLA driver labels.
  4. Select Save.

If the card is missing from the picker, follow Card installation. With more than one F1 Sensor entry, use the sources from the same entry; see Entity selection.

Minimal YAML

Use this in a manual dashboard card. Replace any entity ID with the one in your installation if it differs.

type: custom:f1-track-map-card
entry_id: auto
theme_mode: auto

Use the card

Live map updates follow the configured Live Delay so they can match your broadcast. Replay follows the loaded session’s playback position. Label mode, line coloring and layout affect presentation; they do not add missing position data.

Configuration

Data sources

The defaults below are the card’s fallback values. Automatic discovery connects standard sources to the selected integration entry, including renamed entity IDs. See Entity selection.

OptionDefaultDescription
entry_idautoIntegration entry for this card. Use auto with one entry or the intended entry ID when you have several.
lap_count_entityautoRace Lap Count for completed and total laps. Select the entity from your F1 Sensor entry.
track_status_entityautoTrack Status for flags and race-neutralization context. Select the entity from your F1 Sensor entry.
driver_positions_entityautoOptional Driver Positions source for driver context. Use auto to discover it; an empty value omits this context.
no_spoiler_entityswitch.f1_no_spoiler_modeEntity whose on state enables spoiler protection. See No Spoiler Mode.

Display and behavior

OptionDefaultDescription
theme_modedarkdark, light or auto; auto follows Home Assistant. See Appearance.
titleF1 Track MapCard title
throttle_ms100Minimum spacing between map updates, from 0 to 5000 milliseconds. This changes card updates, not the integration polling interval.
interpolation_msautoauto or 0–5000 milliseconds for smoothing driver-marker movement.
invert_ytrueInvert the Y axis for the map projection
show_headertrueShow the card header
show_footertrueShow source and status details at the bottom
show_session_infotrueShow meeting and session text
show_driver_counttrueShow the number of drivers currently displayed
driver_label_modetlatla, number or off for driver-marker labels.
show_lap_progresstrueShow lap progress when a lap count entity is available
show_track_statustrueShow track status context when available
track_status_line_modeaccentUse accent, full, or off for track status line coloring
layout_modeautoauto, compact or full. Automatic layout responds to available card space.
show_labelstrueLegacy label toggle. false maps to label mode off when driver_label_mode is not set. Prefer driver_label_mode for new cards.
font_stylewidewide, balanced or system. See Typography.

All bundled cards also support f1_entry_id and card actions. Home Assistant layout settings remain available in the dashboard editor.

When data is missing

Waiting, stale data and missing geometry describe different source conditions. Check the status shown in the card, then follow the Track Map troubleshooting guide. A replay with no archived positions cannot produce moving markers, and public live timing alone does not supply them.

For an Entity not found message, check the selection in Data Sources and confirm that the entity is enabled in F1 Sensor. For a missing card type or an old interface after an update, use the card loading checks.