Garbage Collection for the aha Müllabfuhr binding for Hanover Region (or other services)

grafik

This widget is a variety of another garbage collection widget, to use with the aha Müllabfuhr binding for the Hanover Region in Germany or for other garbage collection sevices that can only provide single dates for the four typically collected sorts of Garbage, identified by the typical color of dustbins. Just give the widget a name and the date items for the different sorts of garbage.

Screenshots

Changelog

Version 1

  • initial release

Resources

```
uid: AHA-Abholtermine
tags: []
props:
parameters:
- description: Title of the card
label: Titel
name: title
required: false
type: TEXT
- context: item
description: Restmüll
label: Item für Abholtag Restmüll
name: AbholtagRestabfall
required: false
type: TEXT
- context: item
description: Gelber Sack
label: Item für Abholtag Leichtverpackungen
name: AbholtagLeichtverpackungen
required: false
type: TEXT
- context: item
description: Biomüll
label: Item für Abholtag Biomüll
name: AbholtagBiomuell
required: false
type: TEXT
- context: item
description: Altpapier
label: Item für Abholtag Altpapier
name: AbholtagAltpapier
required: false
type: TEXT
timestamp: Nov 25, 2022, 4:46:55 PM
component: f7-card
config:
title: =props.title
slots:
default:
- component: oh-label-card
config:
fontSize: 12px
icon: f7:trash
iconColor: gray
label: =(items[props.AbholtagRestabfall].displayState)
- component: oh-label-card
config:
fontSize: 12px
icon: f7:trash
iconColor: yellow
label: =(items[props.AbholtagLeichtverpackungen].displayState)
- component: oh-label-card
config:
fontSize: 12px
icon: f7:trash
iconColor: green
label: =(items[props.AbholtagBiomuell].displayState)
- component: oh-label-card
config:
fontSize: 12px
icon: f7:trash
iconColor: blue
label: =(items[props.AbholtagAltpapier].displayState)

```