Skip to main content

Last Race Results

Most recent race results. Use sensor.f1_last_race_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

sensor.f1_last_race_results - Results of the most recent race; state is the winner’s family name.

State

  • String: winner surname, or unknown.

Example

Verstappen

Attributes

AttributeTypeDescription
roundstringRound number
race_namestringGrand Prix name
race_urlstringErgast URL
circuit_idstringCircuit identifier
circuit_namestringCircuit name
circuit_urlstringCircuit URL
circuit_latstringLatitude
circuit_longstringLongitude
circuit_localitystringCity/area
circuit_countrystringCountry
circuit_timezonestringLocal timezone (best effort)
race_start_utcstringRace start (UTC ISO‑8601)
race_startstringRace start in Home Assistant local time
race_start_localstringRace start in circuit local time
resultslistCleaned results array: {number, grid, position, laps, time, points, status, driver{permanentNumber, code, givenName, familyName}, constructor{constructorId, name}}. time contains the total time or gap supplied by Jolpica

Next steps