mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
#902: added Stadt-Salzburg.at as confirmed customer for infeo.at
This commit is contained in:
@@ -166,6 +166,7 @@ Waste collection schedules in the following formats and countries are supported.
|
|||||||
- [Rudersdorf](/doc/source/citiesapps_com.md) / rudersdorf.at
|
- [Rudersdorf](/doc/source/citiesapps_com.md) / rudersdorf.at
|
||||||
- [Rust](/doc/source/citiesapps_com.md) / freistadt-rust.at
|
- [Rust](/doc/source/citiesapps_com.md) / freistadt-rust.at
|
||||||
- [Saalfelden am Steinernen Meer](/doc/source/citiesapps_com.md) / stadtmarketing-saalfelden.at
|
- [Saalfelden am Steinernen Meer](/doc/source/citiesapps_com.md) / stadtmarketing-saalfelden.at
|
||||||
|
- [Salzburg]/(doc/source/infeo_at.md) / stadt-salzburg.at
|
||||||
- [Sankt Oswald bei Plankenwarth](/doc/source/citiesapps_com.md) / sanktoswald.net
|
- [Sankt Oswald bei Plankenwarth](/doc/source/citiesapps_com.md) / sanktoswald.net
|
||||||
- [Schäffern](/doc/source/citiesapps_com.md) / schaeffern.gv.at
|
- [Schäffern](/doc/source/citiesapps_com.md) / schaeffern.gv.at
|
||||||
- [Schützen am Gebirge](/doc/source/citiesapps_com.md) / schuetzen-am-gebirge.at
|
- [Schützen am Gebirge](/doc/source/citiesapps_com.md) / schuetzen-am-gebirge.at
|
||||||
|
|||||||
@@ -20,10 +20,16 @@ EXTRA_INFO = [
|
|||||||
"url": "https://ikb.at",
|
"url": "https://ikb.at",
|
||||||
"country": "at",
|
"country": "at",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Stadt Salzburg",
|
||||||
|
"url": "https://stadt-salzburg.at",
|
||||||
|
"country": "at",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
TEST_CASES = {
|
TEST_CASES = {
|
||||||
"Bogeschütz": {"customer": "bogenschütz", "zone": "Dettenhausen"},
|
"Bogeschütz": {"customer": "bogenschütz", "zone": "Dettenhausen"},
|
||||||
"ikb": {"customer": "ikb", "city": "Innsbruck", "street": "Achselkopfweg", "housenumber": "1"},
|
"ikb": {"customer": "ikb", "city": "Innsbruck", "street": "Achselkopfweg", "housenumber": "1"},
|
||||||
|
"salzburg": {"customer": "salzburg", "city": "Salzburg", "street": "Adolf-Schemel-Straße", "housenumber": "13"},
|
||||||
}
|
}
|
||||||
|
|
||||||
class Source:
|
class Source:
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ Approved list of customers (2023-04-23):
|
|||||||
|
|
||||||
- `bogenschütz`: Bogenschuetz-Entsorgung.de
|
- `bogenschütz`: Bogenschuetz-Entsorgung.de
|
||||||
- `ikb`: ikb.at
|
- `ikb`: ikb.at
|
||||||
|
- `salzburg`: Stadt-Salzburg.at
|
||||||
|
|
||||||
If your provider is also using infeo.at you can just try to use the name of your provider as customer. If you have any troubles please file an issue [here](https://github.com/mampfes/hacs_waste_collection_schedule/issues/new) and mention `@dm82m`.
|
If your provider is also using infeo.at you can just try to use the name of your provider as customer. If you have any troubles please file an issue [here](https://github.com/mampfes/hacs_waste_collection_schedule/issues/new) and mention `@dm82m`.
|
||||||
|
|
||||||
@@ -123,3 +124,16 @@ If your provider is also using infeo.at you can just try to use the name of your
|
|||||||
- Use `Innsbruck` as city
|
- Use `Innsbruck` as city
|
||||||
- Use `Achselkopfweg` as street
|
- Use `Achselkopfweg` as street
|
||||||
- Use `1` as housenumber
|
- Use `1` as housenumber
|
||||||
|
|
||||||
|
#### Stadt-Salzburg.at
|
||||||
|
|
||||||
|
- Go to your [calendar](https://services.infeo.at/WasteCalendar/salzburg/wastecal-address.html).
|
||||||
|
- Select the city, street and housenumber.
|
||||||
|
- Ignore the fraction as we get all fraction available and you can later on filter in this integration, see [here](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/faq.md).
|
||||||
|
- Put exactly these city, street and housenumber into your configuration here.
|
||||||
|
|
||||||
|
##### Example 1: Salzburg, Adolf-Schemel-Straße 13
|
||||||
|
|
||||||
|
- Use `Salzburg` as city
|
||||||
|
- Use `Adolf-Schemel-Straße` as street
|
||||||
|
- Use `13` as housenumber
|
||||||
|
|||||||
Reference in New Issue
Block a user