Skip to main content

Weather Summary

Weather forecast at next race circuit. Use sensor.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

sensor.f1_weather provides compact weather data for the circuit location, both now and at race start.

State

  • Number: current air temperature in Home Assistant's selected temperature unit, or unknown.

Example

18.6
info

Home Assistant may display the sensor state in another temperature unit, such as Fahrenheit, when your system uses that unit. The weather attributes remain in the documented source units, such as Celsius for temperatures and meters per second for wind speed.

Attributes

AttributeTypeDescription
seasonstringSeason year for the next race
roundstringRound number for the next race
race_namestringGrand Prix name
race_urlstringErgast race URL
circuit_idstringCircuit identifier
circuit_namestringCircuit name
circuit_urlstringCircuit URL
circuit_latstringLatitude
circuit_longstringLongitude
circuit_localitystringCity/area
circuit_countrystringCountry
current_temperaturenumberCurrent air temperature (°C)
current_temperature_unitstring“celsius”
current_humiditynumber% RH
current_humidity_unitstring“%”
current_cloud_covernumber% cloud cover
current_cloud_cover_unitstring“%”
current_precipitationnumberSelected precipitation amount (mm, best effort)
current_precipitation_amount_minnumberMin precip amount (mm) if provided
current_precipitation_amount_maxnumberMax precip amount (mm) if provided
current_precipitation_probabilitynumberProbability of precipitation (%) when provided
current_precipitation_probability_unitstring“%”
current_precipitation_unitstring“mm”
current_wind_speednumberWind speed (m/s)
current_wind_speed_unitstring“m/s”
current_wind_directionstringCardinal abbreviation (e.g., "NW")
current_wind_from_direction_degreesnumberWind direction (degrees)
current_wind_from_direction_unitstring"degrees"
current_wind_gustsnumberWind gust speed (m/s)
current_wind_gusts_unitstring"m/s"
current_visibilitynumberVisibility (m)
current_visibility_unitstring"m"
current_weather_codenumberWMO weather interpretation code
current_weather_sourcestring"open-meteo"
race_temperaturenumberProjected air temperature at race start (°C)
race_temperature_unitstring“celsius”
race_humiditynumber% RH at race start
race_humidity_unitstring“%”
race_cloud_covernumber% at race start
race_cloud_cover_unitstring“%”
race_precipitationnumberSelected precipitation at race start (mm)
race_precipitation_amount_minnumberMin precip amount (mm) if provided
race_precipitation_amount_maxnumberMax precip amount (mm) if provided
race_precipitation_probabilitynumberProbability of precipitation (%) when provided
race_precipitation_probability_unitstring“%”
race_precipitation_unitstring“mm”
race_wind_speednumberWind speed at race start (m/s)
race_wind_speed_unitstring“m/s”
race_wind_directionstringCardinal abbreviation
race_wind_from_direction_degreesnumberWind direction (degrees)
race_wind_from_direction_unitstring"degrees"
race_wind_gustsnumberProjected wind gust speed at race start (m/s)
race_wind_gusts_unitstring"m/s"
race_visibilitynumberProjected visibility at race start (m)
race_visibility_unitstring"m"
race_weather_codenumberWMO weather interpretation code at race start
race_weather_sourcestring"open-meteo"
race_weather_iconstringMDI icon name matching weather symbol

Next steps