Skip to main content

Sprint Results

Sprint classification results. Use sensor.f1_sprint_results in dashboards, templates, and automations.

This reference covers the state and attributes. For setup, see Configuration.

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

Classification results for all sprint sessions in the current season.

State

  • Integer: number of sprint races with results, or 0 when none are available.

Example

6

Attributes

AttributeTypeDescription
raceslistList of sprint races with results

Each entry in races contains:

FieldTypeDescription
roundstringRound number
race_namestringGrand Prix name
resultslistList of classification results

Each entry in results contains:

FieldTypeDescription
numberstringCar number
gridstringSprint starting grid position
positionstringFinal position
lapsstringCompleted laps
timestringTotal time or gap supplied by Jolpica
pointsstringPoints awarded
statusstringFinish status
driverobject{ permanentNumber, code, givenName, familyName }
constructorobject{ name }

Next steps