mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 02:04:22 +01:00
Add source for Breckland Council, UK
Add source for Breckland Council, UK
This commit is contained in:
40
doc/source/breckland_gov_uk.md
Normal file
40
doc/source/breckland_gov_uk.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# Breckland Council
|
||||
|
||||
Support for schedules provided by [Breckland Council](https://www.breckland.gov.uk/mybreckland)
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: breckland_gov_uk
|
||||
args:
|
||||
postcode: POSTCODE
|
||||
address: ADDRESS
|
||||
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**POSTCODE**
|
||||
*(string) (required)*
|
||||
|
||||
**ADDRESS**
|
||||
*(string) (required)*
|
||||
|
||||
## Examples
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: breckland_gov_uk
|
||||
args:
|
||||
postcode: "IP22 2LJ"
|
||||
address: "glen travis"
|
||||
```
|
||||
|
||||
You can find all relevant informations at [Breckland Council](https://www.breckland.gov.uk/mybreckland) homepage
|
||||
use the POSTCODE -> click find address.
|
||||
Choose your address. Please only use the first part of your address. If you got an error, use less charecters from address.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user