Skip to content

Add two services #1067

Answered by 5ila5
onetwo81 asked this question in Q&A
Jul 8, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

you can add multiple sources like this:

waste_collection_schedule:
  sources:
    - name: bsr_de
      args:
        abf_strasse: "Bahnhofstr., 12159 Berlin (Tempelhof-Schöneberg)"
        abf_hausnr: 1
    - name: bsr_de
      args:
        abf_strasse: "Bahnhofstr., 12159 Berlin (Tempelhof-Schöneberg)"
        abf_hausnr: 2
    - name: abfall_io
      args:
        key: "8215c62763967916979e0e8566b6172e"
        f_id_kommune: 2999
        f_id_strasse: 1087

This will add 3 different calendars.

If you want to change the names of the calendars you can do this by adding the calendar_title attribute:

waste_collection_schedule:
  sources:
    - name: bsr_de
      args:
        abf_strasse: "B…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@onetwo81
Comment options

@onetwo81
Comment options

Answer selected by 5ila5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants