mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
Fix/remove shapely (#1723)
* Remove shapely dependency * Entries found from sector, not address * Instructions to find sector name from your address manually * Add province and update documents links * remove shapley from manifest.json + reformat montral_ca --------- Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This commit is contained in:
@@ -9,14 +9,25 @@ waste_collection_schedule:
|
||||
sources:
|
||||
- name: montreal_ca
|
||||
args:
|
||||
address: ADDRESS
|
||||
sector: SECTOR
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**address**
|
||||
**sector**
|
||||
*(string) (required)*
|
||||
|
||||
**How do I find my sector?**
|
||||
|
||||
- Download on your computer a [Montreal GeoJSON file](https://donnees.montreal.ca/dataset/2df0fa28-7a7b-46c6-912f-93b215bd201e/resource/5f3fb372-64e8-45f2-a406-f1614930305c/download/collecte-des-ordures-menageres.geojson)
|
||||
- Visit https://geojson.io/
|
||||
- Click on *Open* and select the Montreal GeoJSON file
|
||||
- Find your sector on the map
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
@@ -24,5 +35,5 @@ waste_collection_schedule:
|
||||
sources:
|
||||
- name: montreal_ca
|
||||
args:
|
||||
address: 2812, rue Monsabre
|
||||
address: MHM_41-1
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user