mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Add split_at argument to erlangen_hoechstadt_de
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user