forked from mampfes/hacs_waste_collection_schedule
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ics source falkirk_gov_uk (mampfes#1320)
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
- Loading branch information
Showing
6 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Falkirk | ||
|
||
Falkirk is supported by the generic [ICS](/doc/source/ics.md) source. For all available configuration options, please refer to the source description. | ||
|
||
|
||
## How to get the configuration arguments | ||
|
||
- Goto <https://www.falkirk.gov.uk/services/bins-rubbish-recycling/household-waste/bin-collection-dates.aspx> and select your location. | ||
- Click on `Add to smartphone`. | ||
- select Android and uncheck Remind me. | ||
- Replace the `url` in the example configuration with the link shown in the bar below `Remind me`. | ||
|
||
## Examples | ||
|
||
### 23, WEIR STREET, FALKIRK, FK1 1RB | ||
|
||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: webcal://www.falkirk.gov.uk/bin-ical?uprn=136028227 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: Falkirk | ||
url: https://www.falkirk.gov.uk/ | ||
howto: | | ||
- Goto <https://www.falkirk.gov.uk/services/bins-rubbish-recycling/household-waste/bin-collection-dates.aspx> and select your location. | ||
- Click on `Add to smartphone`. | ||
- select Android and uncheck Remind me. | ||
- Replace the `url` in the example configuration with the link shown in the bar below `Remind me`. | ||
test_cases: | ||
23, WEIR STREET, FALKIRK, FK1 1RB: | ||
url: "webcal://www.falkirk.gov.uk/bin-ical?uprn=136028227" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters