type: markdown content: >- # Nächster Abfall-Termin *** ## {{ states.sensor.abfallnaechster.attributes.values() | first | replace("papier", "Papiermüll") | replace("gelbersack", "Gelber Sack") | replace("rest", "Restmüll") }}: {{ states.sensor.abfallnaechster.attributes | first | as_timestamp | timestamp_custom("%d.%m.%Y") }} *** Restmüll:      {{ states.sensor.abfallrestmuell.attributes | first | as_timestamp | timestamp_custom("%d.%m.%Y") }} Papiermüll:   {{ states.sensor.abfallpapier.attributes | first | as_timestamp | timestamp_custom("%d.%m.%Y") }} Gelber Sack: {{ states.sensor.abfallgelbersack.attributes | first | as_timestamp | timestamp_custom("%d.%m.%Y") }}