Add nvaa_se source (#2214)

* Add nvaa_se sourceo

This adds the NVAA source serving Norrtalje municipality in Sweden.

* Remove nvaa_se unneccessary docs

* fix parsing for nvaa_se

* Fix nvaa_se parsing for certain dates

* Use correct homepage `URL` for nvaa_se

* reformatting

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This commit is contained in:
William Högman Rudenmalm
2024-07-03 21:52:00 +02:00
committed by GitHub
parent f731bdc343
commit 9739594e1d
4 changed files with 153 additions and 1 deletions

29
doc/source/nvaa_se.md Normal file
View File

@@ -0,0 +1,29 @@
# NVAA (Norrtälje Vatten och Avfall)
Support for schedules provided by [NVAA](https://www.nvaa.se), Sweden.
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: nvaa_se
args:
street_address: STREET ADDRESS
```
### Configuration Variables
**street_address**
*(string) (required)*
## Example
```yaml
waste_collection_schedule:
sources:
- name: nvaa_se
args:
streetAddress: "Gustav Adolfs väg 24"
```