Skip to content
Snippets Groups Projects
Commit a1aa2922 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

GarbageContainerScheduleTile: add new types

parent bbf69a4e
Branches
Tags
No related merge requests found
......@@ -16,9 +16,12 @@ class GarbageContainerScheduleTile(Tile):
ICON_BY_GARBAGE_TYPE = {
'Papier': 'garbage_paper',
'Papiertonnen': 'garbage_paper',
'Gelbe Tonne': 'garbage_plastic',
'Gelbe Säcke': 'garbage_plastic',
'Bioabfall': 'garbage_bio',
'Restabfall': 'garbage_waste'
'Restabfall': 'garbage_waste',
'Restmülltonnen': 'garbage_waste'
}
EXAMPLE_SETTINGS = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment