@flint sluice @primal current I do have a further question if it's not too much to ask.
I'm trying to add this to the notification
{{state_attr('sensor.f1_driver_standings', 'driver_standings')[0]['givenName']}}
It's not working, I'm getting this in my logs
Logger: homeassistant.helpers.template
Source: helpers/template.py:2917
First occurred: 14:02:52 (1 occurrences)
Last logged: 14:02:52
Template variable warning: 'dict object' has no attribute 'givenName' when rendering '** ** ** ** **F1 Race is starting in 30 minutes!** ** ** Season: {{state_attr('sensor.f1_next_race','season')}} ** ** Round: {{state_attr('sensor.f1_next_race', 'round') }} ** ** Circuit: {{state_attr('sensor.f1_next_race','circuit_name')}} {{state_attr('sensor.f1_next_race','circuit_url')}} ** ** Country: {{state_attr('sensor.f1_next_race','circuit_country')}} ** ** **Top 3** ** ** 1. {{state_attr('sensor.f1_driver_standings','driver_standings')[0]['givenName']}}'