Hi tried to follow your guide to do something similar but i am stack at the sensor part. Adding your sensor code without modifying anything i get the below error: TemplateError('IndexError: list index out of range') while processing template 'Template("{{ state_attr('sensor.curve_email','subject') | regex_findall_index("\d+.?\d+? RON") | replace(" RON","") | round(2) }}")' for attribute '_state' in entity 'sensor.last_expense' TemplateError('TypeError: 'NoneType' object is not subscriptable') while processing template 'Template("{{ state_attr('sensor.curve_email','subject')[27:1000] | regex_findall_index(".* on") | replace(" on","")}}")' for attribute 'seller' in entity 'sensor.last_expense'
Any idea why do i get this error? Thanks