Skip to main content

Top Three

Dedicated sensors for current P1, P2 and P3. Use sensor.f1_top_three_p1, sensor.f1_top_three_p2, and sensor.f1_top_three_p3 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

Three dedicated sensors for the current P1, P2, and P3 positions: sensor.f1_top_three_p1, sensor.f1_top_three_p2, and sensor.f1_top_three_p3.

State

  • Driver TLA code (e.g., "VER", "HAM", "NOR"), or unknown when data is withheld or unavailable.

Example

VER

Attributes

AttributeTypeDescription
withheldbooleanWhether the position is currently withheld by broadcast rules
positionnumberPosition in the standings (1, 2, or 3)
racing_numberstringCar number
tlastringThree-letter abbreviation (driver code)
broadcast_namestringName as shown on broadcast
full_namestringDriver's full name
first_namestringDriver's first name
last_namestringDriver's last name
teamstringTeam name
team_colorstringTeam color as hex code (e.g., "#3671C6")
team_color_rgblistTeam color as RGB values (e.g., [54, 113, 198])
lap_timestringCurrent lap time when available
overall_fastestbooleanWhether this is the overall fastest lap
personal_fastestbooleanWhether this is the driver's personal best
last_update_tsstringISO‑8601 timestamp of the last update
INFO

Available during qualifying, sprint, and race sessions. When the broadcast withholds position data (common at session start), the withheld attribute will be true and the state will be unknown.

Next steps