mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 03:04:09 +01:00
Merge pull request #1267 from darac/feature/rushmoor_food_waste
Fix Rushmoor Food Waste Schedule
This commit is contained in:
@@ -53,12 +53,12 @@ class Source:
|
||||
)
|
||||
)
|
||||
|
||||
# Always add Food as that is collected weekly
|
||||
entries.append(
|
||||
Collection(
|
||||
d[0],
|
||||
"Food",
|
||||
icon=ICON_MAP.get("Food"),
|
||||
)
|
||||
)
|
||||
# Always add Food as that is collected weekly
|
||||
entries.append(
|
||||
Collection(
|
||||
d[0],
|
||||
"Food",
|
||||
icon=ICON_MAP.get("Food"),
|
||||
)
|
||||
)
|
||||
return entries
|
||||
|
||||
Reference in New Issue
Block a user