mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Added source for uppsalavatten_se and updated readme.md+info.md
This commit is contained in:
42
doc/source/uppsalavatten_se.md
Normal file
42
doc/source/uppsalavatten_se.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Uppsala Vatten och Avfall AB
|
||||
|
||||
Support for schedules provided by [Uppsala Vatten och Avfall AB](https://www.uppsalavatten.se), serving the municipality of Uppsala.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: uppsalavatten_se
|
||||
args:
|
||||
street: STREET_NAME
|
||||
city: CITY_NAME
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**street**
|
||||
*(string) (required)*
|
||||
|
||||
**city**
|
||||
*(string) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: uppsalavatten_se
|
||||
args:
|
||||
street: SADELVÄGEN 1
|
||||
city: BJÖRKLINGE
|
||||
```
|
||||
|
||||
|
||||
## How to get the source argument
|
||||
|
||||
The source argument is the street including number and the city to the house with waste collection.
|
||||
The address can be tested [here](https://www.uppsalavatten.se/sjalvservice/hamtningar-och-berakningar/dag-for-sophamtning-och-slamtomning).
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user