clean markdown warnings

This commit is contained in:
mampfes
2022-12-24 11:01:37 +01:00
parent 293f2a1187
commit ed42612163
44 changed files with 77 additions and 67 deletions

View File

@@ -2,11 +2,11 @@
Support for schedules provided by [wsz-moosburg.at](https://wsz-moosburg.at).
## Configuration via configuration.yaml
## Configuration Variables
There are two options to configure this source.
### Using the Address ID
### 1. Using the Address ID
```yaml
waste_collection_schedule:
@@ -16,12 +16,10 @@ waste_collection_schedule:
address_id: ID
```
#### Configuration Variables
**address_id**
*(integer) (required)* See the next section on how to obtain it.
#### How to get the Address ID
### How to get the Address ID
For this you will have to use a (desktop) browser with developer tools, e.g. Google Chrome:
@@ -33,7 +31,7 @@ For this you will have to use a (desktop) browser with developer tools, e.g. Goo
6. Select the last entry in the `Network` tab's list, it should be a number followed by `?include-public-holidays`, e.g. `69980?include-public-holidays`.
7. This number (e.g. `69980`) is what needs to be used as `address_id` in the configuration.
### Using the full Address
### 2. Using the full Address
```yaml
waste_collection_schedule:
@@ -45,8 +43,6 @@ waste_collection_schedule:
street: Straße
```
#### Configuration Variables
Please note that exact spelling and casing matters.
**municipal**
@@ -65,6 +61,6 @@ In any web browser:
1. Open [https://wsz-moosburg.at/calendar](https://wsz-moosburg.at/calendar).
2. Select your `Gemeinde` from the list. This is the value for `municipal`.
3. Select your `Addresse` from the list. This is the value for `address`.
4. There might be another step to select your `Straße`, but this depends on the address.
4. There might be another step to select your `Straße`, but this depends on the address.
- If it's prompted to you, select that as well. This is the value for `street`.
- If it is not prompted, use the same value for `address` also for `street`.