All I want to do, is to create a template which gives me access to the second (or third) attribute in the dictionary. basically I want to create a sensor which tells me the following pick up date after the next one.
I managed to get the first (or the last entry) by using this filter method but how do I get the attribute with a specic index?
{{ states.sensor.abfallnaechster.attributes | first }}