Skip to main content

Current Season

Full race schedule. Use sensor.f1_current_season 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

sensor.f1_current_season - Number of races in the current season.

State

  • Integer: count of races in the season.

Example

24

Attributes

AttributeTypeDescription
seasonstringSeason year
raceslistEnriched races array for the season

Each entry in races contains the standard Ergast race data plus:

FieldTypeDescription
country_codestringISO country code (e.g., "GB", "IT", "US")
country_flag_urlstringURL to country flag image
circuit_map_urlstringURL to official circuit map image
circuit_outline_urlstringURL to circuit outline image when available

Next steps