Am I the only one getting a log error based on the input to the Lovelace card?
Error:
ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{% set nr = states.sensor.formula_one_sensor.attributes.next_race %} {% if not(nr == None) %}
Am I the only one getting a log error based on the input to the Lovelace card? Error: ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'attributes' when rendering '{% set nr = states.sensor.formula_one_sensor.attributes.next_race %} {% if not(nr == None) %}
{{ nr.raceName }}
Can you help me please?