#902: added Stadt-Salzburg.at as confirmed customer for infeo.at

This commit is contained in:
dm82m
2023-04-23 13:07:48 +02:00
parent 056afaf8fc
commit e2444a31c2
4 changed files with 22 additions and 1 deletions

View File

@@ -166,6 +166,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Rudersdorf](/doc/source/citiesapps_com.md) / rudersdorf.at
- [Rust](/doc/source/citiesapps_com.md) / freistadt-rust.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
- [Schäffern](/doc/source/citiesapps_com.md) / schaeffern.gv.at
- [Schützen am Gebirge](/doc/source/citiesapps_com.md) / schuetzen-am-gebirge.at

View File

@@ -20,10 +20,16 @@ EXTRA_INFO = [
"url": "https://ikb.at",
"country": "at",
},
{
"title": "Stadt Salzburg",
"url": "https://stadt-salzburg.at",
"country": "at",
},
]
TEST_CASES = {
"Bogeschütz": {"customer": "bogenschütz", "zone": "Dettenhausen"},
"ikb": {"customer": "ikb", "city": "Innsbruck", "street": "Achselkopfweg", "housenumber": "1"},
"salzburg": {"customer": "salzburg", "city": "Salzburg", "street": "Adolf-Schemel-Straße", "housenumber": "13"},
}
class Source:

View File

@@ -53,6 +53,7 @@ Approved list of customers (2023-04-23):
- `bogenschütz`: Bogenschuetz-Entsorgung.de
- `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`.
@@ -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 `Achselkopfweg` as street
- 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

File diff suppressed because one or more lines are too long