Commit Graph

2647 Commits

Author SHA1 Message Date
5ila5
e8d8116b30 fix ashfield_gov_uk 2024-07-05 20:16:36 +02:00
5ila5
fe4cb7b010 fix portenf_sa_gov_au
failed when month div above calendar would show only one month (July 2024) instead of a month range like: July - May 2024
2024-07-05 12:08:52 +02:00
James Myatt
cdde7bb2fc Update stevenage_gov_uk.md (#2221)
Link to search engine for UPRN
2024-07-05 11:53:15 +02:00
Adam Prickett
d68192ca29 Revert name change to Stevenage Borough Council (#2220)
Co-authored-by: Adam Prickett <adam.prickett@ampersa.co.uk>
2024-07-05 11:50:56 +02:00
Adam Prickett
41aa829588 Fix stevenage gov uk (#2217)
* Fix the stevenage_gov_uk source

* Update documentation

* reformatting + ./update_docu_links.py + add findmyaddress.co.uk link in md file

---------

Co-authored-by: Adam Prickett <adam.prickett@ampersa.co.uk>
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-07-04 16:18:41 +02:00
William Högman Rudenmalm
9739594e1d Add nvaa_se source (#2214)
* Add nvaa_se sourceo

This adds the NVAA source serving Norrtalje municipality in Sweden.

* Remove nvaa_se unneccessary docs

* fix parsing for nvaa_se

* Fix nvaa_se parsing for certain dates

* Use correct homepage `URL` for nvaa_se

* reformatting

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-07-03 21:52:00 +02:00
jbyway
f731bdc343 included cockburn_wa_gov_au source (#2215)
* included cockburn_wa_gov_au source

* refomratting + add type hints, fix mypy errors

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-07-03 15:55:45 +02:00
5ila5
5dce7b9b2c update developer and configuriaotn documentation 2024-07-03 14:22:26 +02:00
5ila5
11e162bea6 Merge pull request #2068 from dan-r/master
Add config flow (UI) configuration option
2024-07-03 13:32:37 +02:00
5ila5
c477d3eb12 add abfall_havelland_de as dedicated source isntead of ics source
The ICS source did not work as the ICS file is generated when searching for the address
but not stored permanently and removed after a few days
2024-07-02 19:10:00 +02:00
Morgan
0136703139 Adding impactapps com au (#2204)
* add impact apps source

* fix: reduce duplication in collection creation

* refactor: split location finding from source class

* refactor: move url params to requests params object

* style: fix formatting

* fix: do not filter for unknown events

* fix: add default params for council selection

* reformatting

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
Co-authored-by: 5ila5 <38183212+5ila5@users.noreply.github.com>
2024-07-02 18:40:53 +02:00
5ila5
e9ba6b8078 make awido street/city/hnr search case insensitve 2024-07-02 12:40:39 +02:00
DerEichler
310f2bcfe9 Update jumomind_de.md
fixed a couple of typos
2024-07-01 18:32:04 +02:00
5ila5
f12cfc42a3 add valeofglamorgan_gov_uk 2024-06-29 19:08:55 +02:00
Joshua Morgan
f2cd962eca Add source: darebin_vic_gov_au (#2199)
* Add source: darebin_vic_gov_au

* add test case + fix _get_next_n_dates delta being optional + reformatting

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-06-29 17:44:37 +02:00
5ila5
da69463c06 fix highland_go_uk not showing entries for all UPRNS
Did not show entries where only the NextDateOld key was populated
now: check weather any NextDateNew is populated => use 'new' dates else: use Old instead
2024-06-29 10:20:15 +02:00
James White
d3dd0041d5 Update gedling.gov.uk to use alternative collection search tool 2024-06-29 10:06:00 +02:00
5ila5
631ddc604b fix translation issue (fixes hassfest error) 2024-06-28 19:54:04 +02:00
Daniel Raper
7b161106c0 Merge remote-tracking branch 'upstream/master' 2024-06-28 16:16:52 +01:00
Dan Raper
931bd2ddc5 Merge pull request #2 from 5ila5/improve_config_flow
Improve config flow
2024-06-28 15:56:21 +01:00
5ila5
b9f365775b move poznan_pl to its own source
sepan_remodis_pl stopped supporting Poznan
2024-06-27 20:39:28 +02:00
5ila5
72f99a9bb2 add abfallv_zerowaste_io ICS Documentaiton 2024-06-26 10:45:37 +02:00
Marco Hillenbrand
03c4f63180 fix source landkreis_rhoen_grabfeld and update documentation
trash type "Restmüll/Gelber Sack/Biotonne" was split into two distinct types:
- "Restmüll/Biotonne"
- "Gelbe Tonne"
2024-06-26 10:40:02 +02:00
Andrew Garrett
b2211e7190 Fix kuringgai_nsw_gov_au source.
They changed the formatting of the addresses in the geocode API. I changed it to use a regexp that is a bit more agnostic to the specific format and just looks for the components to appear in roughly the right order.

I also had the code raise an exception that gives a better clue to the specific problem.
2024-06-26 10:37:30 +02:00
5ila5
caddefc00e add darlington_gov_uk 2024-06-25 20:23:33 +02:00
prudy
96ba1d238d Ecoharmonogram: Gather cumulative entries, no duplicates. (#2188)
Co-authored-by: prudy <prudy@protonmail.com>
2024-06-25 17:35:59 +02:00
5ila5
7fdb3eaa35 Merge branch 'master' into improve_config_flow 2024-06-24 12:13:25 +02:00
5ila5
2988bb9725 add solihull_gov_uk 2024-06-24 12:09:57 +02:00
5ila5
a107f0e393 make regex strings raw strings
made these regex strings raw strings as mypy did complain
2024-06-23 11:32:01 +02:00
5ila5
d84d3e7f30 add townsivlle_qld_gov_au 2024-06-22 20:32:13 +02:00
5ila5
bb781237db added offalkalinder_nl ICS Documentation
file is from  https://community.home-assistant.io/t/waste-collection-schedule-framework/186492/526
2024-06-22 19:30:36 +02:00
5ila5
b182d620cd fix highland_gov_uk (breaks exsiting configurations)
Breaks existing configuration as the new implementeation needs a UPRN While the old needed a different internal ID
2024-06-22 13:54:51 +02:00
5ila5
3518a31f3b abfallnavi make street an optional parameter if only one street (like alle Straßen is returned) 2024-06-21 18:43:57 +02:00
5ila5
3f857659cc ICS add steinburg_de 2024-06-21 18:22:52 +02:00
5ila5
3571fadf36 update AppAbfallplusDe supported services 2024-06-21 18:12:14 +02:00
engels0n
3e8da8667a Add AWG Bassum / LK Diepholz (#2173)
* Create awg_bassum.md

Waste Collection configuration for AWG Bassum

* add yaml file + add instruction for current year field + rename to ..._de...

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-06-21 18:10:03 +02:00
Arne Schwarck
dd4d523b0e Update jumomind_de.md
Multiple districts moved to https://www.biberach.de/abfall-app
2024-06-21 17:58:56 +02:00
5ila5
f8a52ca568 fix_lewisham_gov_uk 2024-06-20 23:39:49 +02:00
5ila5
5e01692f88 denbigshire_gov_uk move to new API 2024-06-20 21:44:35 +02:00
5ila5
d88bb3371a portenf_sa_gov_au disable ssl verification for post requests (already disabled for get) 2024-06-19 21:53:40 +02:00
5ila5
0e26749a29 add arsandnorthdown_gov_uk 2024-06-19 21:47:25 +02:00
5ila5
ad061f6b83 add wychavon_gov_uk 2024-06-19 19:38:30 +02:00
Pawel Forynski
2f04ba6519 Add Pronatura Bydgoszcz (#2138)
* Add Pronatura Bydgoszcz

* follow contribution guide, clean code, address PR comments

* rename + minor changes

pronatura_bydgoszcz rename to match URL (add _pl)
removed unnecessary method get_data
NAME_MAP[waste_type] and ICON_MAP[waste_type] with get equivalents to prevent failour on name change
modified md file to be more in line with other sources

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-06-19 19:00:16 +02:00
5ila5
0354b9cfb0 add hull_gov_uk 2024-06-18 20:06:15 +02:00
5ila5
85bcc71442 add monaloga_de 2024-06-18 19:37:05 +02:00
5ila5
50e4c2c204 add_southkesteven_gov_uk (#2159)
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-06-18 19:00:52 +02:00
5ila5
2065fae437 WIP 2024-06-18 18:57:43 +02:00
5ila5
5dd19a33b5 remove vejle_dk and favrskovforsyning_dk (introduced 1.49.0) in favor of affaldonline_dk 2024-06-18 18:24:47 +02:00
danielklejnstrup
f7f4703f1b Adding source: affaldonline_dk (#2148)
* Adding sources: assensforsyning_dk, middelfart_dk and silkeborgforsyning_dk

* Minor fix in middelfart_dk.md

* Add source: Affaldonline_dk

* refomratting

* Affaldonline_dk.md update and removal of not yet pulled individual sources.

* README.md and info.md update

* affaldonline_dk source updates

* affaldonline_dk reformatting üadd EXTRA_INFO default_params

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-06-18 18:18:04 +02:00
5ila5
b85c362001 add basic static source support 2024-06-16 17:31:15 +02:00