Skip to main content

Race Week

on during race week. Use binary_sensor.f1_race_week 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

binary_sensor.f1_race_week - True when the next race is scheduled in the current calendar week.

State (on/off)

  • on during weeks containing the next race date; otherwise off.

Example

on

Attributes

AttributeTypeDescription
days_until_next_racenumberDays from today to the next race date
next_race_namestringGrand Prix name of the next race

Next steps