5ila5
f859d911c9
fix rendering issue if html in howto
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
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
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
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
c7bfad5761
add lots of custom translations for german sources
2024-09-10 19:33:40 +02:00
Gustav Mårdestam
8a5a7cb9bf
Add edpevent and merge SSAM and Uppsalavatten ( #2281 )
...
* Add edpevent and merge SSAM and Uppsalavatten
This follows a discussion on pull request #2261
* Revert "Add edpevent and merge SSAM and Uppsalavatten"
This reverts commit 4e3b88e842954856751a04b7fb1b042c2cf24e3f.
* Add support for doc generator for edpevent multiple sources
* Add edpevent source
This is a multi source for all that use edpevent.
As of this commit that includes:
- Boden
- Uppsala Vatten
- SSAM
- Skellefteå
* Deprecate SSAM and Uppsala Vatten
* reformatting
---------
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com >
2024-07-17 17:42:13 +02:00
5ila5
a8c6e14c3e
config_flow move ICS sources to country selection with selected default params
2024-07-16 00:28:35 +02:00
5ila5
7fdb3eaa35
Merge branch 'master' into improve_config_flow
2024-06-24 12:13:25 +02:00
5ila5
b85c362001
add basic static source support
2024-06-16 17:31:15 +02:00
5ila5
da63378e4a
Add german tranlation and the option to provide tranlations with PARAM_TRANSLATIONS
2024-06-15 21:55:56 +02:00
Daniel Raper
e0f06d27a1
Merge remote-tracking branch 'upstream/master'
2024-06-02 22:24:30 +01:00
5ila5
45a900ce90
added option to reconfigure source
2024-05-25 18:54:51 +02:00
5ila5
5aff9845e8
config flow add lists as supported
...
add extra info default params
2024-05-24 10:25:21 +02:00
5ila5
09a4f71a5f
automatically add args to translation
2024-05-20 17:51:04 +02:00
DFJ
cdb90732ff
Add source: Kiertokapula FI ( #2091 )
...
* Create kiertokapula_fi.py
* Create kiertokapula_fi.md
* Small fixes
* Improvement to code
* reformatting
* add Finland to md files + ./update_docu_links.py
---------
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com >
2024-05-20 16:28:48 +02:00
Danny Allen
a039d36a11
Fix: code quality ( #2063 )
...
* Remove debugging `print` statements from sources
* Remove duplicated dict item
* Remove semicolon from Python code
* Don't use f-strings when not needed
* General cleanup of `maidstone_gov_uk` source
* General cleanup of `lewisham_gov_uk` source
* General cleanup of `reigatebanstead_gov_uk` source
* `urpn` should be `uprn`, fix typo
* Remove unused code / variables
* General cleanup of `west_norfolk_gov_uk` source
* Add missing new line
* General cleanup of `thehills_nsw_gov_au` source, and fix 2nd test case
* Be consistent with use of `urllib3.disable_warnings` across sources
* `requests.packages.urllib3.disable_warnings()` doesn't seem to be needed in `northnorthants_gov_uk`
* Remove unused imports
2024-05-09 13:33:52 +02:00
Daniel Raper
5216f763f0
Add support for ICS
2024-04-29 14:48:16 +01:00
Daniel Raper
ea68caafc4
Only list python sources
2024-04-29 13:21:21 +01:00
Daniel Raper
645d81216e
Added country step to config flow
2024-04-26 17:06:52 +01:00
5ila5
429df282c8
add source multiple to combine multiple sources to one Entity ( #1810 )
...
* add source multiple to combine multiple sources to one Entity
* typo
---------
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com >
2024-03-03 00:13:01 +01:00
Dan Ohnesorg
5a521c39b5
Add new source - first Czech city - Rudna u Prahy ( #1793 )
...
* Add new source - first Czech city - Rudna u Prahy
* reformatting
---------
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com >
2024-02-17 20:13:44 +01:00
5ila5
327f56892c
abfallnavi_de md shows service id
2024-01-05 00:39:27 +01:00
Luca Crema
889281b251
Support for Contarina in Treviso, Italy ( #1542 )
...
* feat(source): support for Contarina in Treviso, Italy
* fix(Contarina): cleanup of newline in district name
* reformatting + add Italy to update_docu_links.py
---------
Co-authored-by: Luca Crema <lcrema@euronext.com >
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com >
2023-12-21 15:33:15 +01:00
5ila5
dc1dc501b7
add additional sort paramater to update_docu_links.py to prevent different behaviour from client to client ( #1322 )
...
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com >
2023-10-14 13:24:06 +02:00
5ila5
0d8d0630b4
Add service appabfallplusde and corresponding source ( #1313 )
...
Adds a Source that support all abfallplus Apps
2023-10-09 21:00:38 +02:00
AghilasMessara
51ad0903c2
Adding french city mamirolle source ( #1251 )
...
* Add mamirolle info source
* remove dependency + add next year check + reformatting (@5ila5)
---------
Co-authored-by: Aghilas MESSARA <a.messara@billettiqueservices.com >
2023-09-09 02:04:11 +02:00
TMShader
08f0660e71
New Source: FKF Budaörs, HU ( #1224 )
...
* add source fkf_bo_hu and add hungary to list of countries
* remove failing tests
* fix source name in example config
2023-09-05 17:35:25 +02:00
5ila5
24659347af
fix update_docu_links extra_info for ics yamls ( #1180 )
...
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com >
2023-08-25 11:43:09 +02:00
5ila5
243742cca4
update_docu_links add ability for extra info
2023-08-20 19:04:22 +02:00
Edward Perkins
307564bcd7
Add renosyd.dk source.
2023-07-15 11:14:55 +02:00
5ila5
3be4c5a741
fixed error where update_docu_links fails in windown.
...
Caused by charset issues
2023-05-22 21:02:45 +02:00
5ila5
a4b15d02b2
update docu script to add secondary sort parameter for sources
2023-04-27 18:40:22 +02:00
5ila5
b694280c4d
added support for cities managed in CITIES (App)
2023-04-17 17:56:18 +02:00
mampfes
90d614f25d
add links to examples to ICS md
2023-04-07 08:30:52 +02:00
mampfes
b0b3d4e72d
fix links to ICS docu files
2023-04-06 17:54:42 +02:00
mampfes
14c4ec8a60
add examples for ICS
...
remove them from ICS test-cases and ICS docu
2023-04-06 16:28:59 +02:00
mampfes
4921f0d3a4
add support for ICS service docu
...
- define yaml format for ICS service description
- add support for yaml for update_docu_links.py
2023-04-05 07:19:05 +02:00
5ila5
6f12241792
fixing c_trace_de table
2023-03-30 11:47:25 +02:00
mampfes
2f3296199c
refactor esch_lu
2023-03-20 09:02:10 +01:00
mampfes
b32f0cfd70
update docu links for c_trace_de
2023-03-01 07:37:07 +01:00
mampfes
3bf980094e
update c_trace_de markdown from services list
2023-02-28 19:52:41 +01:00
Andrej Komelj
d86d3f39bc
Add mojiodpadki.si, Ljubljana, Slovenia source
2023-02-01 12:03:54 +01:00
mampfes
4df2e54b74
refactor wyreforestdc.gov.uk
2023-01-09 20:53:15 +01:00
mampfes
8659d0cad6
refactor update_docu_links
...
Merge file patch code into function.
2023-01-08 10:13:47 +01:00
mampfes
011f052a57
add abfall_io links to README.md
2023-01-08 09:58:56 +01:00