Skip to main content

Straight Mode

Active aerodynamic straight mode state (2026 regulation, experimental). Use sensor.f1_straight_mode 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

Experimental — 2026 regulation

This sensor is based on data observed during 2026 pre-season testing. It should be considered experimental until confirmed against live race conditions. The exact message format from Formula 1 may be adjusted in a future update once the first race weekend has been evaluated.

sensor.f1_straight_mode - Shows the track-wide active aerodynamic permission for straight sections, broadcasted via Race Control messages. This is a 2026 Formula 1 regulation feature where the car's aerodynamic profile on designated straight sections of the circuit is regulated by the FIA.

State (enum)

  • One of: normal_grip, low_grip, disabled.
ValueDescription
normal_gripNormal aerodynamic configuration permitted on straight sections
low_gripRestricted aerodynamic configuration on straight sections
disabledStraight mode system is not active

Example

normal_grip

Attributes

AttributeTypeDescription
overtake_enabledbooleanWhether overtake mode is currently enabled
restoredbooleanTrue if the state was restored from history after a Home Assistant restart
INFO

Active only during sessions where the 2026 straight mode regulation applies. The state is restored from history when Home Assistant restarts during an active session.

Next steps