mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Adding My Utilitiy for Winnipeg MB Canada (#1651)
* Create myutilitiy_winnipeg_ca.md * Create myutility_winnipeg_ca.py * Update and rename myutilitiy_winnipeg_ca.md to myutility_winnipeg_ca.md Fixing spelling mistake * Update README.md * Update info.md * Update myutility_winnipeg_ca.py Change title * Update myutility_winnipeg_ca.py Check to see if it is a standard service to filter out everything that is not * refactoring + reformatting --------- Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This commit is contained in:
32
doc/source/myutility_winnipeg_ca.md
Normal file
32
doc/source/myutility_winnipeg_ca.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# City of Winnipeg
|
||||
|
||||
Support for schedules provided by [City of Winnipeg My Utility](https://myutility.winnipeg.ca).
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: myutility_winnipeg_ca
|
||||
args:
|
||||
address: STREET_ADDRESS
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**address**
|
||||
*(string) (required) (all capitals)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: myutility_winnipeg_ca
|
||||
args:
|
||||
address: 123 EASY ST
|
||||
```
|
||||
|
||||
## How to verify that your address works
|
||||
|
||||
Visit the [My Utility Winnipeg](https://myutility.winnipeg.ca) page and search for your address under the 'Find your collection day'. Note that the address should be in all capital letters. The street type (crescent, way, landing should be a 2 letter abbreviation only i.e. CR, WY, LD). Do not append the city name or postal code.
|
||||
Reference in New Issue
Block a user