mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Add support for Borås sweden
This commit is contained in:
@@ -41,6 +41,18 @@ TEST_CASES = {
|
||||
"street_address": "Frögatan 76 -150",
|
||||
"service_provider": "skelleftea",
|
||||
},
|
||||
"Borås - Test1": {
|
||||
"street_address": "Länghemsgatan 10",
|
||||
"service_provider": "boras",
|
||||
},
|
||||
"Borås - Test2": {
|
||||
"street_address": "Yttre Näs 1, Seglora",
|
||||
"service_provider": "boras",
|
||||
},
|
||||
"Borås - Test3": {
|
||||
"street_address": "Stora Hyberg 1, Brämhult",
|
||||
"url": "https://kundportal.borasem.se/EDPFutureWeb/SimpleWastePickup",
|
||||
},
|
||||
}
|
||||
|
||||
COUNTRY = "se"
|
||||
@@ -53,7 +65,7 @@ ICON_MAP = {
|
||||
"Deponi": "mdi:recycle",
|
||||
"Restavfall": "mdi:trash-can",
|
||||
"Matavfall": "mdi:food-apple",
|
||||
"Slam": "",
|
||||
"Slam": "mdi:emoticon-poop",
|
||||
"Trädgårdsavfall": "mdi:leaf",
|
||||
}
|
||||
|
||||
@@ -99,6 +111,11 @@ SERVICE_PROVIDERS = {
|
||||
"url": "https://uppsalavatten.se",
|
||||
"api_url": "https://futureweb.uppsalavatten.se/Uppsala/FutureWeb/SimpleWastePickup",
|
||||
},
|
||||
"boras": {
|
||||
"title": "Borås Energi och Miljö",
|
||||
"url": "https://www.borasem.se",
|
||||
"api_url": "https://kundportal.borasem.se/EDPFutureWeb/SimpleWastePickup",
|
||||
},
|
||||
}
|
||||
|
||||
EXTRA_INFO = [
|
||||
|
||||
@@ -92,3 +92,4 @@ To find your correct address, search for it on your service providers website:
|
||||
- [Skellefteå](https://skelleftea.se/invanare/startsida/bygga-bo-och-miljo/avfall-och-atervinning/sophamtning---nar-toms-soporna)
|
||||
- [SSAM](https://ssam.se/mitt-ssam/hamtdagar.html)
|
||||
- [Uppsala Vatten](https://www.uppsalavatten.se/sjalvservice/hamtningar-och-berakningar/dag-for-sophamtning-och-slamtomning)
|
||||
- [Borås](https://www.borasem.se/webb/privat/avfallochatervinning/abonnemangforhushallsavfall/nastatomningsdag.4.5a231a8f188bd840a1327da.html)
|
||||
|
||||
Reference in New Issue
Block a user