Add split_at argument to erlangen_hoechstadt_de

This commit is contained in:
Finn Freitag
2022-11-27 00:08:55 +01:00
parent f4ab20bcaf
commit 5974b63133
2 changed files with 1 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ class Source:
def __init__(self, city, street):
self._city = city
self._street = street
self._ics = ICS()
self._ics = ICS(split_at=" / ")
def fetch(self):
city = self._city.upper()

View File

@@ -10,9 +10,7 @@ waste_collection_schedule:
args:
city: CITY
street: STREET
separator: " / "
```
Note: Set the `separator` to `" / "` as it's the way different waste types are separated in one calendar event.
### Configuration Variables