🚀 Release 2.1.0
This release introduces new live data sensors, extended attributes, and a critical fix for incomplete season results.
✨ New Features
Live Data Enhancements
-
Added
sensor.f1_track_weather
Provides current on-track weather during an active session. Updates approximately every minute with attributes such as:- Air temperature
- Track temperature
- Rainfall
- Wind speed
-
Added
sensor.f1_race_lap_count
Shows the current lap number during an active race.
(Note: does not update during practice or qualifying sessions) -
Added Race Control messages as events
Published underf1_sensor_race_control_event
.
Examples include:- Flag changes (CLEAR, YELLOW, RED, SC, VSC)
- Steward notes
- Incident reports
🐛 Bug Fixes
- Fixed #62 — Season results now correctly include all completed races for the current season. Previously, only partial results were shown.
🔧 Improvements
- Extended attributes for
sensor.f1_last_race_results
(#92)
Now includes more detailed race result information, making it easier to build automations and dashboards.
📌 Notes
- Live sensors only update shortly before, during, and shortly after a session (practice, qualifying, sprint, race). Outside of these times, they will not update.
- Race Control is currently only available as events, but will in the future also be published to a sensor.
Thanks to everyone who tested, reported, and contributed! 🙌