mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-20 23:04:13 +01:00
* 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>
1.1 KiB
1.1 KiB
ASPN
Support for schedules provided by ASPN
- Go to ASPN and select your city and street.
- The address of the browser window is changed by the website.
- Use the ids in the address to configure your waste collection schedule.
Example:
- https://www.eigenbetrieb-abfallwirtschaft.de/termine/abfuhrtermine/2024/4/344.html
- for "Rosenweg" in "Forst (Lausitz)"
- 4 is the id of the city
- 344 is the id of the street
- the year will be entered automatically by the script
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"