Replies: 1 comment
-
you might need to use "Gelber Sack\, Gelbe Tonne" as you now try to escape the , char. To use the actual \ char you need to escape it using an other \ before it. If this does happen for multiple values you could use this should generally delete everything that comes after an \ cahr (4 \ chars for escaping 2 that will be intepreted by the regex library as one escaping the other) waste_collection_schedule:
sources:
- name: ics
args:
file: "www/Leerungstermine102993.ics"
regex: "(.*?)\\\\"
customize:
- type: Restmuelltonne 02-woechentl.
alias: Restmuell
icon: mdi:trash-can
- type: Papiertonne 04-woechentl.
alias: PapierTonne
icon: mdi:trash-can-outline
- type: Schadstoff
show: false
- type: Weihnachtsbaum
show: false |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys.
I got my trash calendar working, but just one type is "unknown" in the entities.
Everything except "Gelber Sack" is displayed correctly
Can anybody help?
Here is the part of the ICS file:
Here is the part of the configuration.yaml
My sensors.yaml :
Beta Was this translation helpful? Give feedback.
All reactions