Skip to main content

Pit Stops

Pit stop events and aggregated pit stop series per car (Replay Mode or F1TV Auth live timing). Use sensor.f1_pitstops in dashboards, templates, and automations.

See live data availability for session and data-source requirements. The details below describe any additional conditions for this entity.

Find your entity

These are standard entity IDs. If Home Assistant assigned a different ID, or you renamed an entity, use your existing ID in the examples.

State and attributes

Replay Mode or F1TV Auth live timing

This entity stays registered in Home Assistant. It updates in Replay Mode and can update during live sessions when F1TV Auth is paired with a valid token and live pit stop data is available.

sensor.f1_pitstops - Pit stop information from the F1 Live Timing feed, aggregated per car.

State

  • Integer: total number of pit stops recorded in the current session, or 0 when none are available.

Example

7

Attributes

AttributeTypeDescription
carsobjectMap of racing numbers to pit stop details
last_updatestringISO‑8601 timestamp of the last received pit stop event

Each entry in cars (keyed by racing number) contains:

FieldTypeDescription
tlastringDriver code (TLA) when available
namestringDriver name when available
teamstringTeam name when available
countnumberNumber of pit stops recorded for the car
stopslistList of pit stops (most recent stops kept, best effort)

Each entry in stops contains:

FieldTypeDescription
lapnumberLap number when the stop happened
timestampstringTimestamp from the feed when available
pit_stop_timenumberStationary time (seconds), when available
pit_lane_timenumberTotal pit lane time (seconds), when available
pit_deltanumberEstimated loss vs a normal lap (seconds), when available
INFO

Available during race and sprint sessions in Replay Mode, and during live F1TV Auth timing when the required extra live data is available.

Next steps