Skip to main content

Track Limits

Track deleted laps, black-and-white warnings and track-limit penalties by driver. Use the affected-driver view to keep routine timing separate from stewarding information.

Track Limits card showing its dashboard layout
Example Track Limits layout. Appearance depends on your session, version and display options.Select the image to open it full size.

Availability

Public live / Replay. Enable Track Limits, Driver List and Driver Positions. Updates follow available Race Control information during public live timing or replay.

Add the card

  1. Open your dashboard, select Edit dashboard, then Add card.
  2. Search for F1 and select the Track Limits card.
  3. Select Track Limits under Data Sources and confirm the driver sources. Leave Show all drivers off to show only drivers with recorded violations.
  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-limits-card
track_limits_entity: sensor.f1_track_limits
theme_mode: auto

Use the card

A deleted lap, a warning and a penalty are different events. The card presents the information received for each driver; use Race Control and FIA Documents for additional context.

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
track_limits_entitysensor.f1_track_limitsTrack Limits violations and warnings. Select the entity from your F1 Sensor entry.
drivers_entitysensor.f1_driver_listDriver List for names, teams and driver detail. Select the entity from your F1 Sensor entry.
positions_entitysensor.f1_driver_positionsDriver Positions for timing and running order. Select the entity from your F1 Sensor entry.
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.
titleTrack LimitsCard title
show_headertrueShow the card header
show_table_headertrueShow column labels
show_team_logofalseShow team logo
show_full_namefalseShow full driver names
team_logo_stylecolorcolor or white for team logos.
show_all_driversfalseShow all drivers, not only drivers with violations
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

An empty affected-driver list can mean that no track-limit violations have been reported. It does not imply the integration is disconnected. Check the Track Limits entity if messages are present in Race Control but the card remains empty.

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.