mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
Requested Changes
This commit is contained in:
@@ -68,7 +68,7 @@ class Source:
|
||||
collection_lookup.raise_for_status()
|
||||
collections = collection_lookup.json()["response"]["collections"]
|
||||
entries = []
|
||||
for waste_type in ["Food", "Recycling", "Garden", "General Waste"]:
|
||||
for waste_type in ICONS.keys():
|
||||
try:
|
||||
entries.append(
|
||||
Collection(
|
||||
|
||||
2
info.md
2
info.md
@@ -168,7 +168,9 @@ Currently the following service providers are supported:
|
||||
|
||||
### United Kingdom
|
||||
|
||||
- [Bracknell Forest Council - bracknell-forest.gov.uk](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/bracknell_forest_gov_uk.md)
|
||||
- [Bradford Metropolitan District Council - bradford.gov.uk](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/bradford_gov_uk.md)
|
||||
- [Braintree District Council - bracknell-forest.gov.uk](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/braintree_gov_uk.md)
|
||||
- [Cambridge City Council - cambridge.gov.uk](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/cambridge_gov_uk.md)
|
||||
- [Canterbury City Council - canterbury.gov.uk](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/canterbury_gov_uk.md)
|
||||
- [Cheshire East Council - cheshireeast.gov.uk](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/cheshire_east_gov_uk.md)
|
||||
|
||||
Reference in New Issue
Block a user