Live F1 Data Directly in Home Assistant
๐ This is the biggest update so far
F1 Sensor now brings live data straight from Formula 1โs Live Timing API into your smart home.
Want your lights to turn red when a red flag is thrown? Or get instant notifications when the Safety Car is deployed? Now itโs possible. ๐๏ธ๐ก
โจ Whatโs New
๐ด Live session sensors
Three brand new live entities are introduced, updating in real-time:
-
sensor.f1_session_status
Shows the current phase of a session. Possible states:
pre
,live
,suspended
,finished
,finalised
,ended
-
sensor.f1_track_status
Mirrors the official TrackStatus feed. Possible states:
CLEAR
,YELLOW
,VSC
,SC
,RED
-
binary_sensor.f1_safety_car
A simple boolean sensor that ison
whenever VSC or SC is active.
โ๏ธ New configuration options
- Enable live F1 API โ toggle creation of the new live sensors.
- Live update delay (seconds) โ add a configurable delay to sync with your broadcast or stream.
(Useful since live TV and streaming have built-in delays ranging from 5 to 60 seconds.)
๐ฎ Whatโs Next
This lays the foundation for even richer live race data in your automations. Expect more to come as the integration evolves!
Disclaimer: F1 Sensor is an unofficial project and not affiliated with Formula 1.