mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
fix: wiltshire source black box collections
Signed-off-by: Russell Hall <owner@russellhall.co.uk>
This commit is contained in:
@@ -14,7 +14,9 @@ SEARCH_URLS = {
|
||||
"collection_search": "https://ilforms.wiltshire.gov.uk/wastecollectiondays/collectionlist"
|
||||
}
|
||||
COLLECTIONS = {"Household waste",
|
||||
"Mixed dry recycling (blue lidded bin)"}
|
||||
"Mixed dry recycling (blue lidded bin)", # some addresses may not have a black box collection
|
||||
"Mixed dry recycling (blue lidded bin) and glass (black box or basket)"
|
||||
}
|
||||
|
||||
|
||||
class Source:
|
||||
|
||||
@@ -3,4 +3,5 @@ icalendar==4.0.9
|
||||
icalevents==0.1.25
|
||||
recurring_ical_events==1.0.2b0
|
||||
requests==2.28.1
|
||||
urllib3==1.26.12
|
||||
urllib3==1.26.12
|
||||
PyYAML==6.0
|
||||
|
||||
Reference in New Issue
Block a user