- type: markdown content: | ## Nächster Abfall-Termin ### {{ states.sensor.abfallnaechster.attributes.values() | first | replace("papiertonne", "Papiermüll") | replace("gelbersack", "Gelber Sack") | replace("Restmuell", "Restmüll") }}: {{ states.sensor.abfallnaechster.attributes | first | as_timestamp |timestamp_custom("%d.%m.%Y") }}
Weitere Termine

Restmüll:      {{ states.sensor.abfallrestmuell.attributes | first | as_timestamp | timestamp_custom("%d.%m.%Y") }}
Biotonne:      {{ states.sensor.abfallbiotonne.attributes | first | as_timestamp | timestamp_custom("%d.%m.%Y") }}
Papiermüll:   {{ states.sensor.abfallpapiertonne.attributes | first | as_timestamp | timestamp_custom("%d.%m.%Y") }}
Gelber Sack: {{ states.sensor.abfallgelbersack.attributes | first | as_timestamp | timestamp_custom("%d.%m.%Y") }}

Restmüll Biotonne Papiermüll Gelber Sack
{{ states.sensor.abfallrestmuell.attributes | first | as_timestamp | timestamp_custom("%d.%m.%Y") }} {{ states.sensor.abfallbiotonne.attributes | first | as_timestamp | timestamp_custom("%d.%m.%Y") }} {{ states.sensor.abfallpapiertonne.attributes | first | as_timestamp | timestamp_custom("%d.%m.%Y") }} {{ states.sensor.abfallgelbersack.attributes | first | as_timestamp | timestamp_custom("%d.%m.%Y") }}