mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
New Source: Shellharbour City council, NSW, Australia (#1324)
* Added support for Shellharbour City council, Australia * Added support for Shellharbour City council, Australia * Fixed a few little bugs with Shellharbourwaste integration * renamed md + reformatting --------- Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This commit is contained in:
42
doc/source/shellharbourwaste_com_au.md
Normal file
42
doc/source/shellharbourwaste_com_au.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# Shellharbour City Council
|
||||
|
||||
Support for schedules provided by [Shellharbour City council](https://www.shellharbourwaste.com.au/), serving Shellharbour City Council in the Illawara, New South Wales, Australia
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: shellharbourwaste_com_au
|
||||
args:
|
||||
zoneID: ZONE_ID
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**zoneID**
|
||||
*(string) (mandatory)*
|
||||
|
||||
### How to find your calendarID
|
||||
|
||||
Go to <https://www.shellharbourwaste.com.au/find-my-bin-day/>
|
||||
Put in your address, and click Search.
|
||||
|
||||
The site will list the Zone eg: Monday A.
|
||||
|
||||
This is the zoneID
|
||||
|
||||
Another way is to look for your address in the KML provided by the shellharbourwaste website.
|
||||
https://www.shellharbourwaste.com.au/wp-content/uploads/2022/12/Untitled-map-1.kml
|
||||
|
||||
This KML has polygons that define the various zones.
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: shellharbourwaste_com_au
|
||||
args:
|
||||
zoneID: "Monday A"
|
||||
```
|
||||
Reference in New Issue
Block a user