mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 05:06:33 +01:00
add test for generic ics together with Leipzig and Dortmund
This commit is contained in:
@@ -13,6 +13,18 @@ DESCRIPTION = "Source for ICS based services"
|
||||
URL = ""
|
||||
TEST_CASES = OrderedDict(
|
||||
[
|
||||
(
|
||||
"Dortmund, Dudenstr. 5",
|
||||
{
|
||||
"url": "https://www.edg.de/ical/kalender.ics?Strasse=Dudenstr.&Hausnummer=5&Erinnerung=-1&Abfallart=1,2,3,4"
|
||||
},
|
||||
),
|
||||
(
|
||||
"Leipzig, Sandgrubenweg 27",
|
||||
{
|
||||
"url": "https://www.stadtreinigung-leipzig.de/leistungen/abfallentsorgung/abfallkalender-entsorgungstermine.html&ical=true&loc=Sandgrubenweg%20%2027&lid=x38296"
|
||||
},
|
||||
),
|
||||
(
|
||||
"Ludwigsburg",
|
||||
{
|
||||
|
||||
@@ -7,6 +7,8 @@ This source has been successfully tested with the following service providers:
|
||||
- [AVL Ludwigsburg](https://www.avl-ludwigsburg.de/)
|
||||
- [AWB Esslingen](https://www.awb-es.de/)
|
||||
- [AWM München](https://www.awm-muenchen.de)
|
||||
- [EDG Entsorgung Dortmund](https://www.edg.de/)
|
||||
- [Stadtreinigung Leipzig](https://www.stadtreinigung-leipzig.de/)
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user