Skip to main content

Live Session

Keep the session name, track condition, weather and lap progress visible above your timing cards. Optional clocks add elapsed or remaining session time when the feed supplies it.

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

Availability

Public live / Replay. Enable Current Session and the live context entities you want to display: Session Status, Race Lap Count, Track Status and Track Weather. Next Race supplies upcoming-session context. Formation Start, session clocks, Overtake Mode and Straight Mode add optional detail. Core session context uses public timing and can also follow a replay.

Add the card

  1. Open your dashboard, select Edit dashboard, then Add card.
  2. Search for F1 and select the Live Session card.
  3. Select Current Session under Data Sources. In Display Options, keep flag, track status and lap progress visible; enable elapsed or remaining time only if you also enable those sensors. Use automatic layout first, then choose a compact or full layout to suit the space.
  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-live-session-card
session_entity: sensor.f1_current_session
theme_mode: auto

Use the card

Place this card above Race Lap, Practice Timing or Qualifying Timing. It provides the context needed to interpret the timing table, including periods when a session is suspended or has not started.

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
session_entitysensor.f1_current_sessionCurrent Session for session type and context. Select the entity from your F1 Sensor entry.
session_status_entitysensor.f1_session_statusSession Status for active/live/replay context. Select the entity from your F1 Sensor entry.
formation_start_entitybinary_sensor.f1_formation_startFormation Start indicator. Select the entity from your F1 Sensor entry.
lap_count_entitysensor.f1_race_lap_countRace Lap Count for completed and total laps. Select the entity from your F1 Sensor entry.
track_status_entitysensor.f1_track_statusTrack Status for flags and race-neutralization context. Select the entity from your F1 Sensor entry.
weather_entitysensor.f1_track_weatherLive Track Weather measurements.
next_race_entitysensor.f1_next_raceNext Race for the next weekend and session schedule. Select the entity from your F1 Sensor entry.
session_time_remaining_entitysensor.f1_session_time_remainingOptional Session Time Remaining clock. Select the entity from your F1 Sensor entry.
session_time_elapsed_entitysensor.f1_session_time_elapsedOptional Session Time Elapsed clock. Select the entity from your F1 Sensor entry.
overtake_mode_entitybinary_sensor.f1_overtake_modeOptional Overtake Mode indicator. Select the entity from your F1 Sensor entry.
straight_mode_entitysensor.f1_straight_modeOptional Straight Mode status. 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.
show_flagtrueShow the track status flag indicator
show_lap_progresstrueShow the lap progress bar
show_track_statustrueShow the current track status label
show_weathertrueShow live track weather
show_time_remainingfalseShow session time remaining when available
show_time_elapsedfalseShow session time elapsed when available
layout_modeautoauto, compact or full. Automatic layout responds to available card space.
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

Outside an active session, live measurements and clocks may be unavailable. A missing remaining-time field is normal when the source does not supply a usable clock. If every field is empty during a session, check that the selected entities are enabled and belong to the same F1 Sensor entry.

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.