github Nicxe/f1_sensor Pre-Release
Pre-release: Add sensors for latest race and season results

latest releases: v2.0.0, v2.0.0_RC, v2.0.0-RC...
pre-release4 months ago

This pre-release adds two new optional sensors to the integration:

New Sensors

  • sensor.f1_latest_race_results:
    Displays detailed results from the most recent Formula 1 race.

  • sensor.f1_season_results:
    Contains a full array of race results for the ongoing season.


How to Enable

To use these new sensors:

  1. In HACS, open the F1 integration.
  2. Click the three dots (top right) → Redownload.
  3. Check "Show beta versions" or "Need a different version?".
  4. Select this pre-release and download it.
  5. Go to Settings > Devices & Services, find the F1 integration.
  6. Click the three dotsReconfigure, and enable the new sensors by checking the boxes.

Known Issue

sensor.f1_season_results may trigger a warning in the Home Assistant logs:

Logger: homeassistant.components.recorder.db_schema
Source: components/recorder/db_schema.py:663
Integration: Recorder
State attributes for sensor.f1_season_results exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored

Despite the warning, the sensor should still work fine for display in the frontend. However, to avoid any database load/performance issues, it is recommended to exclude this sensor from being recorded in your recorder: config:

recorder:
  exclude:
    entities:
      - sensor.f1_season_results

Experimental Feature

This is a test release. These sensors and their structure may change in future versions or be removed altogether depending on feedback and performance considerations.


Feedback

If you try this pre-release, please let us know how it works for you. Report any issues or missing data by opening an issue or joining the discussion.

Don't miss a new f1_sensor release

NewReleases is sending notifications on new releases.