Skip to main content

Team Radio

Latest team radio clip and rolling history (Replay Mode or F1TV Auth live timing). Use sensor.f1_team_radio 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 team radio data is available.

Latest curated team radio clip with a rolling history. This is not the full raw driver radio feed; it follows the Team Radio clips Formula 1 publishes for the session.

State

  • ISO-8601 timestamp of the most recent radio clip, or unknown when none are available.

Example

2026-07-05T14:01:01+00:00

Attributes

AttributeTypeDescription
utcstringISO-8601 timestamp of the radio clip
received_atstringISO-8601 timestamp when Home Assistant received the message
racing_numberstringCar number for the driver
pathstringRelative path to the audio file
clip_urlstringFull URL to the audio clip when available
sequencenumberMessage counter for deduplication
raw_messageobjectRaw team radio capture from the timing feed
historylistRolling list of recent radio clips, up to 20 items

Each entry in history contains:

FieldTypeDescription
utcstringISO-8601 timestamp of the radio clip
racing_numberstringCar number for the driver
pathstringRelative path to the audio file
clip_urlstringFull URL to the audio clip when available

Next steps