{{ now() - states.sensor.helligkeit.last_updated }}
{{ now() - state_attr('sensor.helligkeit','last_updated') }}
Only the first one works, why is that?
0:01:14.568738
TypeError: unsupported operand type(s) for -: 'datetime.datetime' and 'NoneType'