@Stimo, Done. Hopefully I did it correctly as it’s my first ever pull request on GitHub
Nice and well done mate, looks good with the PR. I am on vacation this week so I will take a closer look and merge this next weekend when I am back home.
Strange, any errors?
That’s brilliant, how did you do that?
Agreed, I’d love to know
I use QuickBars for Home Assistant - instant HA controls over any app on Android TV
Never heard about it, need to check it out ![]()
I don’t see any errors in the log… The card works, but it only refreshes the lines after i’ve pressed F5 in the browser. Strange issue indeed. ![]()
I checked it out and it’s amazing
Cool, need to add support/docs on how to use it then
This is so amazing and fun. I’ve started the process and have it working on just changing a hue light in my wall. Building the F1 lightbox another user developed. Is there (or can there be) a sensor for current race leader? I was considering having a light shine in the color of the car for the current leader. Thanks for all the hard work!
Also, being absolutely new to HA and coding for that matter. When you update your code does HA automatically update my install or do I need to on occasion reload?
Hi,
You have two sensors you can use for that, Top3 and drivers position
You need to restart home assistant for the changes to apply
Can you explain how you call the card and how its functionality works (if you can share code, that would be great)?
I haven’t tried this yet, but I’m planning to trigger an automation 30 seconds or less before the race start (using calendar.f1) to call a blueprint that displays a TV popup with a ‘sync’ button
use_blueprint:
path: Trooped/notification.yaml
input:
action_1_action:
- action: button.press
metadata: {}
target:
entity_id: button.f1_match_live_delay
data: {}
action_1_id: Sincronizar
action_1_label: Sincronizar
action_2_label: Cancelar
mdi_icon: mdi:racing-helmet
title: "Sincronizar "
message: Acertar as Luzes com o início da volta de formação.
action_2_id: Cancelar
position: top_right
length: 300
image_url: www/server/f1relogio.jpg
transparency: 0
alias: Sincronizar F1 com as Luzes
description: ""
I have this to
I’ve just added both the delay calibration switch and match delay button to a QuickBar. That way I don’t rely on home assistant automations firing
Is it reliable, any delays or is it instant in Home Assistant?
It’s instant, no delay at all
HI @Stimo
I see that most of the sensors go offline after each session ends, including all the track relevant ones for things like the track weather and session status etc. Is this by design and an intended action? I also seem to loose all the race control messages, which I would like to keep and review post sessions. In your sensor.py at line 3444 you have a limit on the race message history of 5 which I changed manually to more as I would like to review these messages after each session. maybe you could make the history limit changeable from the settings on a reconfigure? And what do you think about some of the session and track related sensors staying available after each session?
Hi @angusc
Honestly, it used to work that way before, where all entities kept their last value and history. But I received many issues, questions, and comments about it showing data that was no longer current. Because of that, I chose to change it so that entities only show data when there is an active live data stream from the API.
So when no data feed exists, everything shows as unavailable. That way they behave as true live sensors that only provide values when the data is actually valid and current.

