mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 03:04:09 +01:00
Update year in example url (#1617)
* Update year in example url
* add note to replace year with {%Y}
---------
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This commit is contained in:
@@ -13,6 +13,7 @@ known to work with:
|
||||
- Goto the Abfuhrkalender url of your service provider (like <https://www.gipsprojekt.de/featureGips/Gips?Anwendung=Abfuhrkalender&Mandant=Heidelberg&Abfuhrkalender=Heidelberg>) and click on your location/street.
|
||||
- Right-click -> copy the url of the Im iCalendar-Format abonnieren/speichern.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the Jahr argument with `{%Y}` like in the example configuration. This way the year will be automatically updated.
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -23,5 +24,5 @@ waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://www.gipsprojekt.de/featureGips/Gips?SessionMandant=Heidelberg&Anwendung=ABFUHRKALENDER&Methode=TermineAnzeigenICS&Mandant=Heidelberg&Abfuhrkalender=Heidelberg&Bezirk_ID=36413&Jahr=2023&Suchkriterium1=
|
||||
url: https://www.gipsprojekt.de/featureGips/Gips?SessionMandant=Heidelberg&Anwendung=ABFUHRKALENDER&Methode=TermineAnzeigenICS&Mandant=Heidelberg&Abfuhrkalender=Heidelberg&Bezirk_ID=36336&Jahr={%Y}&Suchkriterium1=
|
||||
```
|
||||
|
||||
@@ -4,6 +4,7 @@ howto: |
|
||||
- Goto the Abfuhrkalender url of your service provider (like <https://www.gipsprojekt.de/featureGips/Gips?Anwendung=Abfuhrkalender&Mandant=Heidelberg&Abfuhrkalender=Heidelberg>) and click on your location/street.
|
||||
- Right-click -> copy the url of the Im iCalendar-Format abonnieren/speichern.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the Jahr argument with `{%Y}` like in the example configuration. This way the year will be automatically updated.
|
||||
description: |
|
||||
known to work with:
|
||||
| region | url |
|
||||
@@ -15,5 +16,4 @@ extra_info:
|
||||
country: de
|
||||
test_cases:
|
||||
Heidelberg Berthold-Mogel-Str. (Südstadt):
|
||||
url: "https://www.gipsprojekt.de/featureGips/Gips?SessionMandant=Heidelberg&Anwendung=ABFUHRKALENDER&Methode=TermineAnzeigenICS&Mandant=Heidelberg&Abfuhrkalender=Heidelberg&Bezirk_ID=36413&Jahr=2023&Suchkriterium1="
|
||||
|
||||
url: "https://www.gipsprojekt.de/featureGips/Gips?SessionMandant=Heidelberg&Anwendung=ABFUHRKALENDER&Methode=TermineAnzeigenICS&Mandant=Heidelberg&Abfuhrkalender=Heidelberg&Bezirk_ID=36336&Jahr={%Y}&Suchkriterium1="
|
||||
|
||||
Reference in New Issue
Block a user