mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
New source: City of Greater Geelong rubbish collection (#1321)
* add City of Greater Geelong rubbish collection * reformatting (@5ila5)
This commit is contained in:
32
doc/source/geelongaustralia_com_au.md
Normal file
32
doc/source/geelongaustralia_com_au.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# City of Greater Geelong
|
||||
|
||||
Support for schedules provided by [City of Greater Geelong](https://www.geelongaustralia.com.au/recycling/calendar.aspx).
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: geelongaustralia_com_au
|
||||
args:
|
||||
address: ADDRESS
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**address**
|
||||
*(string) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: geelongaustralia_com_au
|
||||
args:
|
||||
address: 155 Mercer Street Geelong 3220
|
||||
```
|
||||
|
||||
## How to get the source arguments
|
||||
|
||||
The address needs to be an exact match for what the City of Greater Geelong website expects. You can attempt to search your address on the [website](https://www.geelongaustralia.com.au/recycling/calendar.aspx) to find the expected format for your address.
|
||||
Reference in New Issue
Block a user