lint lindau_ch.md

This commit is contained in:
mampfes
2021-12-26 09:09:38 +01:00
parent 35ef3e936e
commit be8a4ea8dd
3 changed files with 14 additions and 12 deletions

View File

@@ -98,6 +98,9 @@ Currently the following service providers are supported:
- [Lerum.se](./doc/source/lerum_se.md)
- [Sysav.se](./doc/source/sysav_se.md)
### Switzerland
- [Lindau.ch](./doc/source/lindau_ch.md)
### United States of America
- [PGH.ST](./doc/source/pgh_st.md)

View File

@@ -2,8 +2,6 @@
Support for schedules provided by [https://www.lindau.ch/abfalldaten](https://www.lindau.ch/abfalldaten).
## Configuration via configuration.yaml
```yaml
@@ -18,11 +16,15 @@ waste_collection_schedule:
### Configuration Variables
**city**<br>
*(string) (required)* <br>
One of <br>
Names: Grafstal, Lindau, Tagelswangen, Winterberg <br>
or ID: 190, 192, 193, 191
*(string) (required)*
Choose one of the following list:
- Grafstal
- Lindau
- Tagelswangen
- Winterberg
or use one the following IDs: 190, 191, 192, 193
## Example
@@ -34,9 +36,3 @@ waste_collection_schedule:
city: Tagelswangen
```
## How to get the source arguments

View File

@@ -83,6 +83,9 @@ Currently the following service providers are supported:
- [Lerum.se](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/lerum_se.md)
- [Sysav.se](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/sysav_se.md)
### Switzerland
- [Lindau.ch](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/lindau_ch.md)
### United States of America
- [PGH.ST](https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/pgh_st.md)