Skip to main content

Next Race Weather

Native current conditions and forecasts for the next race circuit. Use weather.f1_weather 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

weather.f1_weather provides current conditions and native forecasts for the circuit hosting the next race. Its display name includes the circuit and city when both are available, and it updates when the next race destination changes.

State

  • Home Assistant weather condition, such as sunny, cloudy, rainy, or lightning-rainy.

Example

partlycloudy

Forecasts

The entity supports Home Assistant's hourly, daily, and twice-daily forecast types. Forecast values use your Home Assistant unit preferences when displayed in the UI.

Attributes

AttributeTypeDescription
temperaturenumberCurrent air temperature
humiditynumberCurrent relative humidity (%)
cloud_coveragenumberCurrent cloud cover (%)
wind_speednumberCurrent wind speed
wind_gust_speednumberCurrent wind gust speed
wind_bearingnumberCurrent wind direction in degrees
visibilitynumberCurrent visibility
race_startstringRace start timestamp
race_forecast_availablebooleanWhether a forecast for race start is available
seasonstringSeason year for the next race
roundstringRound number for the next race
race_namestringGrand Prix name
circuit_idstringCircuit identifier
circuit_namestringCircuit name
circuit_localitystringCity/area
circuit_countrystringCountry
Existing weather sensor

The existing sensor.f1_weather remains available for backward compatibility and for bundled cards that compare current conditions with the race-start forecast.

Next steps