By avoiding as_timestamp and using the datetime objects.
{{ (now() - states.binary_sensor.zugaengeeg.last_changed).total_seconds() // 60 }}
By avoiding as_timestamp and using the datetime objects.
{{ (now() - states.binary_sensor.zugaengeeg.last_changed).total_seconds() // 60 }}