Files
hacs_waste_collection_schedule/doc/source/eigenbetrieb_abfallwirtschaft_de.md
homeassist24 cde46d8eb6 Added a source for Eigenbetrieb Abfallwirtschaft Landkreis Spree-Neiße (#1925)
* Added source for Eigenbetrieb Abfallwirtschaft Landkreis Spree-Neiße.

* Updated the description for source for Eigenbetrieb Abfallwirtschaft Landkreis Spree-Neiße.

* Removed unused copy pasted code in source for Eigenbetrieb Abfallwirtschaft Landkreis Spree-Neiße.

* refactoring ifs + reformatting

---------

Co-authored-by: Silvio Mummert <testix@gmx.net>
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-04-13 15:55:50 +02:00

1.1 KiB

ASPN

Support for schedules provided by ASPN

  1. Go to ASPN and select your city and street.
  2. The address of the browser window is changed by the website.
  3. Use the ids in the address to configure your waste collection schedule.

Example:

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: eigenbetrieb_abfallwirtschaft_de
      args:
        city: CITY_ID
        street: STREET_ID

Configuration Variables

city
(string) (required): The id of your city

street
(string) (required): The id of your street

Example

waste_collection_schedule:
  sources:
    - name: eigenbetrieb_abfallwirtschaft_de
      args:
        city: "4"
        street: "344"