Commit Graph

2836 Commits

Author SHA1 Message Date
5ila5
d625fbeb8b development version bump 2024-09-10 19:50:49 +02:00
5ila5
9553c8b8f9 fix icalevents version 0.1.28 causing problems 2024-09-10 19:43:44 +02:00
5ila5
f859d911c9 fix rendering issue if html in howto 2024-09-10 19:33:40 +02:00
5ila5
9c0c1cfc89 fix spelling 2024-09-10 19:33:40 +02:00
5ila5
d5012c84a8 update contributing md files
for how to use the new exceptions
for the new Source attributes
2024-09-10 19:33:40 +02:00
5ila5
a550e01bd7 add default translations 2024-09-10 19:33:40 +02:00
5ila5
43cfcf6dff show ics howto in condfig flow 2024-09-10 19:33:40 +02:00
5ila5
1ac5d108c6 add italian to languages 2024-09-10 19:33:40 +02:00
5ila5
567f7ba4aa update pytest to test for newly changed/added parameters 2024-09-10 19:33:40 +02:00
5ila5
edd226b0fc ics allow custom howtos per ICS source 2024-09-10 19:33:40 +02:00
5ila5
f8eb7d551f allow translatable howto_sections 2024-09-10 19:33:40 +02:00
5ila5
22c07f9ef3 add option for cutsom parameter descriptions that will be shonw in config_flow 2024-09-10 19:33:40 +02:00
5ila5
1f54c9a03d remove not needed arg_translations 2024-09-10 19:33:40 +02:00
5ila5
4d1aa92b21 config_flow add seperate step for each source
this way we can have individual translations per input filed
and we can have individual descriptions for the whole form or
input-field or on a input field basis,
this way we can _move_ more documentation directly in the UI
config_flow

fix generics missing
2024-09-10 19:33:40 +02:00
5ila5
bfeea0c435 udpate a lot of sources to use the newly added exceptions 2024-09-10 19:33:40 +02:00
5ila5
b3521c7881 allow individual per source translations
each source should specify its own translations which will only apply for this source
and not other sources with the same argument name
2024-09-10 19:33:40 +02:00
5ila5
9ec09566f8 udpate translations for new config_flow exception 2024-09-10 19:33:40 +02:00
5ila5
b00a0f89e1 CONFIG_FLOW: add exceptions to showing on the right impupt form
Exceptions that should be raised by sources to show the error message at the faulty
imput field. Some exceptions have additional information such as suggestions for
other values, which transforms the the input filed to a select filed still
allowing own inputs
2024-09-10 19:33:40 +02:00
5ila5
c7bfad5761 add lots of custom translations for german sources 2024-09-10 19:33:40 +02:00
Adam Jones
997fac17c2 Add source nyc_gov (#2649)
* Add New York City

* reformatting + remove urllib.parse in favor of params argument

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-09-10 18:50:40 +02:00
Adam Jones
ec22c9252f Add source islington_gov_uk (#2648)
* Add source islington_gov_uk

Fixes #2646

* Add support for business address bin types

* reformatting + modified one test case from string to integer

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-09-10 18:43:57 +02:00
Dirk
e85901269d #2643 upgrade icalevents to 0.1.29
icalevents 0.1.28 is broken, setting dependency to 0.1.29 to force an upgrade on all affected instances
2024-09-10 18:38:59 +02:00
5ila5
1f635a5635 add Peel Region to recollect documentaiton 2024-09-08 15:20:54 +02:00
5ila5
af828fd50c add odby_wingston_gov_uk
It is a nearly 1:1 copy of the charnwood_gov_uk source with changed urls
2024-09-08 15:14:10 +02:00
5ila5
3fe8ed0ed4 citiesapps_com: update list of supported municipalities by APP CITIES 2024-09-06 21:12:56 +02:00
5ila5
49101e580e add University Park, Texas to Recollect Documentation 2024-09-06 12:39:21 +02:00
5ila5
ba988fa109 add Rapperswil Bern 2024-09-06 12:35:20 +02:00
5ila5
23d0cacb2f fix Kirklees_gov_uk failing if multiple addresses are found 2024-09-04 15:58:49 +02:00
5ila5
9281b4a970 add ICS Bülach.ch 2024-09-04 14:56:36 +02:00
akartla
a29a037e3c Update abfallwirtschaft_sonneberg_de.md
removed last slash on the address link
2024-09-03 13:52:59 +02:00
5ila5
0d608e5a02 add City of Wanneroo 2024-09-03 13:51:38 +02:00
5ila5
df53ce5ab6 Umweltverbaende.at show calendar as list input in GUI
also fixed a bug where it would fail if the table is formatted wrong
Not shure why the table is formated like this but it is in one case
2024-09-02 23:06:45 +02:00
5ila5
bb18f5768e add isontinambiente_it 2024-09-02 17:02:41 +02:00
5ila5
1f94614646 fix real_luzern_ch 2024-09-02 16:23:49 +02:00
5ila5
04bc61db82 add Kretslopp Sydost to edpevent_se 2024-09-01 18:20:10 +02:00
5ila5
be06b31fa5 add Alia Servizi Ambientali S.p.A., Italy 2024-09-01 17:57:33 +02:00
harrytheeskimo
5abe9feb22 Added City of Ryde, Australia (#2579)
* New source - City of Ryde, uses same API as Campbelltown, with City of Ryde URL prepended

* Updated source and added doc

* Added City of Ryde to sources

* Removed hardcoded 'NSW' from query to fix API lookup

* Added City of Ryde

* Updated per PR #2579 comments
* Used requests for param encoding
* Added exception for address lookup failure

* reformatting + ./update_docu_links.py

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-08-31 14:15:29 +02:00
5ila5
db91e6464b fix okc_gov by switching to an inoffical server, discussed #2503 2024-08-29 17:40:00 +02:00
Hiekkan
c0f3b53ef4 Add koeniz_ch (#2584)
* Add koeniz_ch

* Remove duplicated koeniz source

* Add koeniz provider

* fix duplicate entires

* reformatting + ./update_docu_links.py

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-08-29 17:30:47 +02:00
5ila5
07b3bc62d9 add ASG Nordsachesn to AbfallIO 2024-08-29 13:29:07 +02:00
5ila5
afd1ee9660 improve error message if YAML sensor is configured but no Source 2024-08-28 15:31:25 +02:00
James
5f9ed8d4f8 Update renfrewshire_gov_uk.py to handle multiple bin collections on a single day (#2577)
* Update Tests in renfrewshire_gov_uk.py

Add a new test for a postcode that has multiple bin collections on 1 day

* Handle Multiple bins on 1 day

Update code to handle multiple bin collections on a single day
2024-08-28 14:58:57 +02:00
5ila5
a85c8199d4 add Dover District Council 2024-08-27 20:53:24 +02:00
5ila5
35410e1f72 add Sicaapp LU 2024-08-27 20:35:37 +02:00
5ila5
b667af0ef6 add Backend of My Local Services App
You can just search schedule using coordinates
2024-08-27 20:00:02 +02:00
5ila5
9497988772 version bump manifest.json before release
Trying to figure out if HACS the still offers an update to 2.2.0
2024-08-27 18:00:34 +02:00
5ila5
a09747ea25 recollect add Waterloo 2024-08-26 13:15:27 +02:00
5ila5
98543c0928 fix aucklandcouncil_govt_nz
add User-Agent Header to request
2024-08-25 12:58:10 +02:00
Thomas Boby
b763b04565 Oxford city: Support shortened month name 2024-08-25 12:47:15 +02:00
5ila5
fe71050a8c ICS add floersheim-umweltkalender.de 2024-08-25 12:44:03 +02:00