mampfes / hacs_waste_collection_schedule

Home Assistant integration framework for (garbage collection) schedules
MIT License
999 stars 634 forks source link

[Source Request]: Hobart, Tasmania, Australia #2533

Open odgregg opened 1 month ago

odgregg commented 1 month ago

Municipality / Region

Hobart, Tasmania, Australia

Collection Calendar Webpage

https://www.hobartcity.com.au/Residents/Recycling-and-rubbish/Bin-collection/When-is-my-bin-collected

Example Address

1 GOWRIE STREET, NEW TOWN Tasmania 7008

Collection Data Format

As html on a webpage, As PDF Download

Additional Information

No response

ReneNulschDE commented 1 month ago

Analysis: Same structure like waste_collection_schedule/source/melton_vic_gov_au.py or kingston_vic_gov_au.py

API_URLS = {
    "session":"https://www.hobartcity.com.au",
    "search": "https://www.hobartcity.com.au/api/v1/myarea/search?keywords={}",
    "schedule": "https://www.hobartcity.com.au/ocapi/Public/myarea/wasteservices?geolocationid={}&ocsvclang=en-AU",
}