Skip to main content

FIA Decision Documents

FIA decisions and documents for the current weekend. Use sensor.f1_fia_documents 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

BETA

This sensor is in BETA. Data structure and availability may change as the upstream feed and parsing are refined.

Collects FIA decisions and official documents for the current race weekend.

State

  • Integer: latest document number (e.g., 27 for "Doc 27"), or 0 when none are available.

Example

27

Attributes

AttributeTypeDescription
namestringDocument title (e.g., "Doc 27 - Penalty Decision")
urlstringURL to the FIA document
publishedstringISO‑8601 timestamp when the document was published
documentslistRolling list of up to 100 documents for the current weekend
raceobjectCompact race context for the document set

Each entry in documents contains:

FieldTypeDescription
namestringDocument title
urlstringURL to the FIA document
publishedstringISO-8601 timestamp when available
document_numbernumberFIA document number when it can be parsed from the title

The race object contains:

FieldTypeDescription
seasonstringSeason year
roundstringRound number
race_namestringGrand Prix name
race_datestringRace date
race_timestringRace start time
circuit_namestringCircuit name
localitystringCircuit locality
countrystringCircuit country

The sensor maintains a history of up to 100 documents. When a new race weekend starts, detected by FIA "Document 1", the history is reset. The state prefers the highest parsed FIA document number so the sensor does not move backwards when the FIA page publishes older or incomplete metadata.

Next steps