From 1eb89d5007a8a3ba25a45c4150287cc168b47dab Mon Sep 17 00:00:00 2001 From: Martin Hultman Date: Fri, 3 Dec 2021 00:53:57 +0100 Subject: [PATCH] Added md --- doc/source/sysav_se.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/source/sysav_se.md diff --git a/doc/source/sysav_se.md b/doc/source/sysav_se.md new file mode 100644 index 00000000..00779f37 --- /dev/null +++ b/doc/source/sysav_se.md @@ -0,0 +1,32 @@ +# Sysav Sophämtning + +Support for schedules provided by [Sysav](https://www.sysav.se/Privat/min-sophamtning/), serving the municipality of Svedala, Kävlinge or Lomma, Sweden. + +## Configuration via configuration.yaml + +```yaml +waste_collection_schedule: + sources: + - name: sysav_se + args: + street_address: STREET_ADDRESS +``` + +### Configuration Variables + +**street_address**
+*(string) (required)* + +## Example + +```yaml +waste_collection_schedule: + sources: + - name: sysav_se + args: + street_address: Sommargatan 1, Svedala +``` + +## How to get the source argument + +The source argument is the address to the house with waste collection. The address can be tested [here](https://www.sysav.se/Privat/min-sophamtning/). \ No newline at end of file