Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1016 Bytes

File metadata and controls

36 lines (26 loc) · 1016 Bytes

SICTOM de Lons-le-Saunier

Support for schedules provided by SICTOM de Lons-le-Saunier (Jura, France).

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: sictom_lons_le_saunier_fr
      args:
        commune: COMMUNE_SLUG

To find your commune slug:

  1. Visit the collection calendar and search for your commune.
  2. The slug is the commune name in lowercase, with spaces replaced by hyphens. For example, "Courbouzon" becomes courbouzon, and "Lons Le Saunier (Les Toupes)" becomes lons-le-saunier-les-toupes.

If the slug is not found, the source will suggest similar commune slugs from the API.

Configuration Variables

commune (string) (required) The slug of your commune (e.g. courbouzon).

Example

waste_collection_schedule:
  sources:
    - name: sictom_lons_le_saunier_fr
      args:
        commune: "courbouzon"