mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
add source Highland, Scotland, UK
This commit is contained in:
34
doc/source/highland_gov_uk.md
Normal file
34
doc/source/highland_gov_uk.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Highland
|
||||
|
||||
Support for schedules provided by [Highland](https://www.highland.gov.uk/), serving Highland, Scotland, UK.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: highland_gov_uk
|
||||
args:
|
||||
record_id: RECORD ID
|
||||
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**record_id**
|
||||
*(String | Integer) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: highland_gov_uk
|
||||
args:
|
||||
record_id: 2004443
|
||||
|
||||
```
|
||||
|
||||
## How to get the source argument
|
||||
|
||||
Go to <https://www.highland.gov.uk/bindays> and search for your corresponding entry. The URL should look something like this: `https://www.highland.gov.uk/directory_record/2004443/allangrange_mains_road_black_isle` the number after directory_record is your record_id (here 2004443).
|
||||
Reference in New Issue
Block a user